Skip to content

Commit

Permalink
Minor change to the stimulus size
Browse files Browse the repository at this point in the history
  • Loading branch information
bergolho committed Jun 2, 2024
1 parent 2a96e66 commit 77a0ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/tuneCV/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ void write_configuration_file (const double sigma) {
fprintf(file,"duration = 2.0\n");
fprintf(file,"current = -50.0\n");
fprintf(file, "min_x = 0.0\n");
fprintf(file, "max_x = 500.0\n");
fprintf(file, "max_x = 3000.0\n");
fprintf(file, "min_y = 0.0\n");
fprintf(file, "max_y = 500.0\n");
fprintf(file, "max_y = 3000.0\n");
fprintf(file, "min_z = 0.0\n");
fprintf(file, "max_z = 3000.0\n");
fprintf(file,"main_function=stim_x_y_z_limits\n");
Expand Down

0 comments on commit 77a0ed0

Please sign in to comment.