]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/kernel/marDicomBase.cpp
Removing references to LibIDO
[creaMaracasVisu.git] / lib / maracasVisuLib / src / kernel / marDicomBase.cpp
index 9d45e5775c21d45ec51af1e53dac75a930774961..3db0a806c3cb3f696e57d3b0aa5ffa467b089d29 100644 (file)
@@ -189,7 +189,7 @@ void marRAWFiles::loadActualSerie(wxGauge* gauge )
 
        fscanf(ff,"%s",tmp);
        fscanf(ff,"%s",tmp);
-       int type =      atoi(tmp);  // 0
+       //int type =    atoi(tmp);  // 0 // JPRx
 
        fscanf(ff,"%s",tmp);
        fscanf(ff,"%s",tmp);
@@ -312,7 +312,7 @@ void marRAW2AsciiFiles::loadActualSerie(wxGauge* gauge )
        // type
        fscanf(ff,"%s",tmp);
        fscanf(ff,"%s",tmp);
-       int type =      atoi(tmp);  // 300
+       //int type =    atoi(tmp);  // 300  // JPRx
 
        //size x,y,z
        fscanf(ff,"%s",tmp);
@@ -435,7 +435,7 @@ void marRAW2Files::loadActualSerie(wxGauge* gauge )
        // type
        fscanf(ff,"%s",tmp);
        fscanf(ff,"%s",tmp);
-       int type =      atoi(tmp);  // 200
+       //int type =    atoi(tmp);  // 200  // JPRx
 
        //size x,y,z
        fscanf(ff,"%s",tmp);