Skip to content

Commit dcf8829

Browse files
committed
Removed a problematic refinemMap requirement
1 parent deef8e7 commit dcf8829

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

VRM_tools/VRM_Editor/src/ReadWrite.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,9 @@ void Read_Refinement_Map( std::string RefMapName,
375375
if((rvalMin < 0.)||(rvalMax > 1.)) {
376376
std::cout << "Read refineMap ERROR: refineMap values are outside of [0,1]" << std::endl;
377377
}
378-
if((rvalMin > 0.)||(rvalMax < 1.)) {
379-
std::cout << "Read refineMap ERROR: refineMap values do not span the range [0,1]" << std::endl;
380-
}
378+
//? if((rvalMin > 0.)||(rvalMax < 1.)) {
379+
//? std::cout << "Read refineMap ERROR: refineMap values do not span the range [0,1]" << std::endl;
380+
//? }
381381

382382
// close the input file
383383
//-----------------------

0 commit comments

Comments
 (0)