X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Fkernel%2FmarDicomBase.cpp;h=3db0a806c3cb3f696e57d3b0aa5ffa467b089d29;hb=715ccb55c17334f5f40b1bf136076bc5c0349b42;hp=9d45e5775c21d45ec51af1e53dac75a930774961;hpb=c5feadbb145eecf6d73f793535b7e23eb18db2cb;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/kernel/marDicomBase.cpp b/lib/maracasVisuLib/src/kernel/marDicomBase.cpp index 9d45e57..3db0a80 100644 --- a/lib/maracasVisuLib/src/kernel/marDicomBase.cpp +++ b/lib/maracasVisuLib/src/kernel/marDicomBase.cpp @@ -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);