Skip to content

Commit

Permalink
Not needed anymore after acg removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Cornu committed Nov 9, 2024
1 parent 0678ba4 commit 75aafb5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ivoc/ivocrand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,6 @@ static double r_ran123_globalindex(void* r) {

static double r_sequence(void* r) {
Rand* x = (Rand*) r;
if (x->type_ != 2 && x->type_ != 4) {
hoc_execerror(
"Random.seq() can only be used if the random generator was MCellRan4 or Random123", 0);
}

if (x->type_ == 4) {
uint32_t seq;
char which;
Expand Down

0 comments on commit 75aafb5

Please sign in to comment.