-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update MOD files to avoid conflicting variable and function name (#1)
* This will be an error in the upcoming NEURON 9.0 release * For details, see neuronsimulator/nrn#1992
- Loading branch information
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ state gates spike-timing-dependent plasticity. J Neurosci. 2010 Nov | |
|
||
Folders: | ||
|
||
"..\morphology\" : contains the morphology of the model cell | ||
"..\mechanism\" : contains mechanisms of the model cell | ||
"..\experiment\" : contains experiments and data of simulations | ||
"..\morphology\" : contains the morphology of the model cell | ||
"..\mechanism\" : contains mechanisms of the model cell | ||
"..\experiment\" : contains experiments and data of simulations | ||
|
||
|
||
Instructions: | ||
|
@@ -18,7 +18,7 @@ Instructions: | |
2- To Compile the mechanisms, you have to execute "clean-compile.bat" | ||
file in folder "..\mechanism\mechanism_cell1\" (for mswin). For | ||
linux/unix compile the mod files with nrnivmodl. | ||
3- Simulations: | ||
3- Simulations: | ||
|
||
a) Execute "run.hoc" from "..\experiment\" folder. | ||
b) Fit the morphology variable (diameter and length of dendrites | ||
|
@@ -43,3 +43,9 @@ linux/unix compile the mod files with nrnivmodl. | |
|
||
For questions: | ||
Jos� Francisco G�mez Gonz�lez, [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 | ||
|