X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FVolume2Dicom.cxx;h=96010e817e36c53c3fdd3b8fe5e0e1e6f0750121;hb=c593dff0e402e9ea9e0d3823108de21f313c407f;hp=05eeeb84f8b5a075f0523744f0474ad723eccdc5;hpb=145d405e9e35d7338bd1a7a3cccfa5b84befc042;p=gdcm.git diff --git a/Example/Volume2Dicom.cxx b/Example/Volume2Dicom.cxx index 05eeeb84..96010e81 100644 --- a/Example/Volume2Dicom.cxx +++ b/Example/Volume2Dicom.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: Volume2Dicom.cxx,v $ Language: C++ - Date: $Date: 2004/12/04 08:57:19 $ - Version: $Revision: 1.2 $ + Date: $Date: 2004/12/06 11:37:37 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -87,8 +87,8 @@ int main( int argc, char * argv[] ) if (val < min) min = val; } - float wcenter = (max+min) / 2.; - float wwidth = (max-min)>0 ? (max-min) : 1.; + //float wcenter = (max+min) / 2.; + //float wwidth = (max-min)>0 ? (max-min) : 1.; //////////////////////////////////////////////////////////// // Get file date and time //