Skip to content

Commit

Permalink
Removal of a forgotten std::cout
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregoire-V committed Dec 6, 2024
1 parent 53f7495 commit f9fbc36
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ int main(int argc, char **argv)

//Set interpolateVoxels (true if and only if we need to add interpolate voxels)
bool interpolateVoxels = !noInterpolationArg.isSet();
std::cout<<interpolateVoxels<<std::endl;

//Initialize data objects for the main algorithm
double ptVals[3], ptValsNext[3];
Expand Down

0 comments on commit f9fbc36

Please sign in to comment.