We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062fa33 commit 3ed1ce6Copy full SHA for 3ed1ce6
1 file changed
utils/ICs/check_coefs2.cc
@@ -172,14 +172,6 @@ void set_fpu_gdb_handler(void)
172
// Local headers
173
#include <localmpi.H>
174
175
-
176
-// Hydrogen fraction
177
-//
178
-const double f_H = 0.76;
179
180
181
-// Global variables
182
183
enum DiskType { constant, gaussian, mn, exponential };
184
185
std::map<std::string, DiskType> dtlookup =
@@ -878,9 +870,9 @@ main(int ac, char **av)
878
870
879
871
// Overkill accuracy
880
872
//
881
- // DiskEval test(modl, RCYLMIN*AA, RCYLMAX*AA, AA, 400, 8000, 400, use_progress);
882
883
- DiskEval test(modl, RCYLMIN*AA, RCYLMAX*AA, AA, 200, 1000, 800, use_progress);
873
+ // DiskEval test(modl, RCYLMIN*AA, RCYLMAX*AA, AA, 200, 1000, 800, use_progress);
874
+ // DiskEval test(modl, RCYLMIN*AA, RCYLMAX*AA, AA, 400, 8000, 800, use_progress);
875
+ DiskEval test(modl, RCYLMIN*AA, RCYLMAX*AA, AA, 400, 2000, 800, use_progress);
884
876
// ^ ^ ^ ^
885
877
// | | | |
886
// Disk scale for mapping-------------------+ | | |
0 commit comments