Remove warning about iteration count when using floats as new data values work for 100 iterations
This commit is contained in:
parent
9449e08886
commit
d420032c66
1
main.cpp
1
main.cpp
@ -306,7 +306,6 @@ void parseArguments(int argc, char *argv[])
|
|||||||
else if (!std::string("--float").compare(argv[i]))
|
else if (!std::string("--float").compare(argv[i]))
|
||||||
{
|
{
|
||||||
use_float = true;
|
use_float = true;
|
||||||
std::cout << "Warning: If number of iterations set >= 8, expect rounding errors with single precision" << std::endl;
|
|
||||||
}
|
}
|
||||||
else if (!std::string("--help").compare(argv[i]) ||
|
else if (!std::string("--help").compare(argv[i]) ||
|
||||||
!std::string("-h").compare(argv[i]))
|
!std::string("-h").compare(argv[i]))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user