Use float or double from CLI
This commit is contained in:
parent
ac55358964
commit
77b521f5f0
@ -42,7 +42,10 @@ int main(int argc, char *argv[])
|
||||
|
||||
parseArguments(argc, argv);
|
||||
|
||||
run<double>();
|
||||
if (use_float)
|
||||
run<float>();
|
||||
else
|
||||
run<double>();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user