Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update MOD files to avoid conflicting variable and function name #1

Merged
merged 1 commit into from
Nov 4, 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
1 change: 0 additions & 1 deletion Gfluct.mod
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ NEURON {
POINT_PROCESS Gfluct2
RANGE g_e, g_i, E_e, E_i, g_e0, g_i0, g_e1, g_i1
RANGE std_e, std_i, tau_e, tau_i, D_e, D_i
RANGE new_seed
NONSPECIFIC_CURRENT i
}

Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ those that, during one of the trials (seed=1), with a specific context
somatic spike (see the paper for a definition of a valid spike). The
results generated by 10 trials are stored in the file
"c033-all-seeds.txt", which is used to calculate the average presence
of a given oblique in a valid 5-ple.
of a given oblique in a valid 5-ple.

This simulation file is for illustration purposes only. It can be
launched on a parallel system, but requires some editing to run the
Expand All @@ -32,3 +32,10 @@ average, is relatively independent from the context.

Questions on how to use this model should be directed to
[email protected]


Changelog
=========

* 20220924: Update MOD files to avoid declaring variables and functions with the same name.
See https://github.com/neuronsimulator/nrn/pull/1992