Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 15d9781

Browse files
alkinopramodk
andauthored
Fix range of permute option to [O, 2] (#684)
Co-authored-by: Pramod Kumbhar <pramod.s.kumbhar@gmail.com>
1 parent d2f4d3d commit 15d9781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

coreneuron/apps/corenrn_parameters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ corenrn_parameters::corenrn_parameters() {
5555
"Cell permutation: 0 No permutation; 1 optimise node adjacency; 2 optimize "
5656
"parent adjacency.",
5757
true)
58-
->check(CLI::Range(0, 3));
58+
->check(CLI::Range(0, 2));
5959
sub_gpu->add_flag("--cuda-interface",
6060
this->cuda_interface,
6161
"Activate CUDA branch of the code.");

0 commit comments

Comments
 (0)