Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit ae0906d

Browse files
authored
Merge branch 'master' into be_quiet
2 parents 9f99176 + 8cd98e7 commit ae0906d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coreneuron/io/nrn_setup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,8 +1232,8 @@ void read_phase2(FileHandler& F, int imult, NrnThread& nt) {
12321232
printf(
12331233
"Error : NEURON and CoreNEURON must use same mod files for compatibility, %d different mod file(s) found. Re-compile special and special-core!\n",
12341234
diff_mech_count);
1235+
nrn_abort(1);
12351236
}
1236-
nrn_abort(1);
12371237
}
12381238

12391239
nt._nidata = F.read_int();

0 commit comments

Comments
 (0)