We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deef8e7 commit dcf8829Copy full SHA for dcf8829
VRM_tools/VRM_Editor/src/ReadWrite.cpp
@@ -375,9 +375,9 @@ void Read_Refinement_Map( std::string RefMapName,
375
if((rvalMin < 0.)||(rvalMax > 1.)) {
376
std::cout << "Read refineMap ERROR: refineMap values are outside of [0,1]" << std::endl;
377
}
378
- if((rvalMin > 0.)||(rvalMax < 1.)) {
379
- std::cout << "Read refineMap ERROR: refineMap values do not span the range [0,1]" << std::endl;
380
- }
+//? if((rvalMin > 0.)||(rvalMax < 1.)) {
+//? std::cout << "Read refineMap ERROR: refineMap values do not span the range [0,1]" << std::endl;
+//? }
381
382
// close the input file
383
//-----------------------
0 commit comments