Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

INITIAL: do not return a value. #1

Merged
merged 2 commits into from
May 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hyperde3.mod
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ INITIAL {
trates(v)

hyf = hyfinf
hys = hysinf
hys = hysinf
hyhtf = hyhtfinf
hyhts = hyhtsinf
VERBATIM
return 0;
return;
ENDVERBATIM
}

Expand Down
6 changes: 3 additions & 3 deletions ichan2.mod
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ INITIAL {

m = minf
h = hinf
nf = nfinf
ns = nsinf
nf = nfinf
ns = nsinf

VERBATIM
return 0;
return;
ENDVERBATIM
}

Expand Down
5 changes: 5 additions & 0 deletions readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@
1 GHz Linux Pentium). Note: a processor time seeded random number
generator makes every run different (for statistical analysis).


Changelog
---------
2022-05: Updated MOD files to contain valid C++ and be compatible with
the upcoming versions 8.2 and 9.0 of NEURON.
</pre>

</html>