X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=tools%2FclitkDicomRTPlan2Gate.cxx;h=f8eb86e927bcf0178e9c64000afcb240cd1a1786;hb=8786715f17744e1a8d97bdf4fec517d443875bb0;hp=2026861aaed5a55027fba9255ded505c396fe0e6;hpb=53d9be1a51c982bf5b98b33234869782a954d095;p=clitk.git diff --git a/tools/clitkDicomRTPlan2Gate.cxx b/tools/clitkDicomRTPlan2Gate.cxx index 2026861..f8eb86e 100644 --- a/tools/clitkDicomRTPlan2Gate.cxx +++ b/tools/clitkDicomRTPlan2Gate.cxx @@ -160,7 +160,7 @@ int main(int argc, char * argv[]) gdcm::Attribute<0x300a,0x122> patientSupportAngle; gdcm::Attribute<0x300a,0x12c> isocenterPosition; - int totalCumMeterSet = 0; + long totalCumMeterSet = 0; const gdcm::DataElement &IonBeamSQ = ds.GetDataElement( tIonBeamSQ ); gdcm::SmartPointer sqi = IonBeamSQ.GetValueAsSQ();