Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Merged
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
2 changes: 1 addition & 1 deletion coreneuron/apps/main1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ void nrn_init_and_load_data(int argc,
std::string filesdat(corenrn_param.datpath + "/" + corenrn_param.filesdat);

// read the global variable names and set their values from globals.dat
set_globals(corenrn_param.datpath.c_str(), (corenrn_param.seed==0),
set_globals(corenrn_param.datpath.c_str(), (corenrn_param.seed>=0),
corenrn_param.seed);

// set global variables for start time, timestep and temperature
Expand Down