]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/kernel/PlanesOperations.cxx
creaButtonContainer: Documentation updates :) :). If you turns on the documentation...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / kernel / PlanesOperations.cxx
index d6d6d0169b2ef4d6d84cddc110ed6c131b7ebe3e..b0c7ebd797257cd7abf1452e1ae4c30f71c0ef98 100644 (file)
@@ -35,7 +35,7 @@ double PlanesOperations::getMagnitud(double* vect)
 
        mag = sqrt(pow(vect[0],2) + pow(vect[1],2) + pow(vect[2],2));
 
-       std::cout<<"mag "<<mag <<std::endl;
+       //std::cout<<"mag "<<mag <<std::endl;
 
        return mag;
 }