Skip to content
Snippets Groups Projects
Commit 0395e9c6 authored by Ziyue Zhang's avatar Ziyue Zhang
Browse files

WIP: adjust ranges and parameters 01

parent daab1917
No related branches found
No related tags found
1 merge request!42Add y, Q2, x, t resolution tests
...@@ -107,8 +107,8 @@ int vm_invar(const std::string& config_name) ...@@ -107,8 +107,8 @@ int vm_invar(const std::string& config_name)
//==============================hist def============================== //==============================hist def==============================
//ranges //ranges
double range_l[4][4] = {{0., 0., -0.3, -1.5}, { 0., 0., -30., -0.3}, {0.0, 0.0, -0.04, -1.}, {-1., -1., -0.15, -0.5}}; double range_l[4][4] = {{0., 0., -0.3, -1.5}, { 0., 0., -4., -0.3}, {0.0, 0.0, -0.02, -1.}, {-1., -1., -0.1, -0.5}};
double range_h[4][4] = {{1., 1., 0.3, 1.5}, {15., 15., 30., 0.3}, {0.1, 0.1, 0.04, 1.}, { 0., 0., 0.15, 0.5}}; double range_h[4][4] = {{1., 1., 0.3, 1.5}, {15., 15., 4., 0.3}, {0.1, 0.1, 0.02, 1.}, { 0., 0., 0.1, 0.5}};
//strings used //strings used
std::string VarCate[4] = {"sim", "rec", "dif", "rdf"}; std::string VarCate[4] = {"sim", "rec", "dif", "rdf"};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment