]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmickView.cpp
correction of infinity loop at starting
[creaImageIO.git] / src2 / creaImageIOGimmickView.cpp
index e209d82e6232d5d0407373449cf3478622751d57..4cf4cb5be6f37bab2e910cdf4b509a49f8d8e104 100644 (file)
@@ -334,7 +334,7 @@ void GimmickView::ReadImagesNotThreaded(std::vector<vtkImageData*>& s, std::vect
 std::cout <<"in GimmickView::ReadImagesNotThreaded GetWholeExtent ext =";
 for (int jjj=0;jjj<6;jjj++)
        std:cout << "   [" << jjj << "]=" << ext[jjj];
-std::cout << endl;
+std::cout << std::endl;
 
                        if(ext[5] == 0)
                        {