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

Commit cbb6f76

Browse files
authored
Fix for ion style error from NEURON (#351)
Bug fix related to NEURON fix: See neuronsimulator/nrn#685
1 parent 7ff03a4 commit cbb6f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coreneuron/mechanism/eion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ void nrn_wrote_conc(int type,
214214
flag = 0;
215215
}
216216
#endif
217-
if (it & 04) {
217+
if (it & 040) {
218218
#if LAYOUT <= 0 /* SoA */
219219
int _iml = 0;
220220
/* passing _nt to this function causes cray compiler to segfault during compilation

0 commit comments

Comments
 (0)