Skip to content

Commit 3ed1ce6

Browse files
author
Martin D. Weinberg
committed
Remove unused variables; tweak DiskEval parameters
1 parent 062fa33 commit 3ed1ce6

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

utils/ICs/check_coefs2.cc

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,6 @@ void set_fpu_gdb_handler(void)
172172
// Local headers
173173
#include <localmpi.H>
174174

175-
176-
// Hydrogen fraction
177-
//
178-
const double f_H = 0.76;
179-
180-
181-
// Global variables
182-
//
183175
enum DiskType { constant, gaussian, mn, exponential };
184176

185177
std::map<std::string, DiskType> dtlookup =
@@ -878,9 +870,9 @@ main(int ac, char **av)
878870

879871
// Overkill accuracy
880872
//
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);
884876
// ^ ^ ^ ^
885877
// | | | |
886878
// Disk scale for mapping-------------------+ | | |

0 commit comments

Comments
 (0)