Skip to content

Commit

Permalink
Update general.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
maksaska authored Jun 6, 2022
1 parent 6b3d84c commit cf65fca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions general.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ void input_check(int argc, char* argv[])
break;
};
case 'a': {
E0 = 6.5; R = 1; L = 10; W_min = 1.08; W_max = 2.0; Q2_min = 0.05; Q2_max = 5.0;
h = 0; N = 1000000;
channel = true; method = false; histogram = false; rad_corr = false;
// E0 = 6.5; R = 1; L = 10; W_min = 1.08; W_max = 2.0; Q2_min = 0.05; Q2_max = 5.0;
// h = 0; N = 1000000;
// channel = true; method = false; histogram = false; rad_corr = false;
break;
};
case '?': default: {
Expand Down

0 comments on commit cf65fca

Please sign in to comment.