X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmOrientation.cxx;h=c22325d850a84780585830fd76d774403689f4ca;hb=24394a63b18810c791af1c913e1a6fc712d3d3a0;hp=397fbff0cdbe726aa8cac9bed26215d47f6ad90e;hpb=23bf35e484c4c7de2386af04dfbdc7f41ee431bb;p=gdcm.git diff --git a/src/gdcmOrientation.cxx b/src/gdcmOrientation.cxx index 397fbff0..c22325d8 100644 --- a/src/gdcmOrientation.cxx +++ b/src/gdcmOrientation.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmOrientation.cxx,v $ Language: C++ - Date: $Date: 2006/01/19 11:46:46 $ - Version: $Revision: 1.23 $ + Date: $Date: 2006/11/15 15:54:15 $ + Version: $Revision: 1.24 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -88,7 +88,7 @@ OrientationType Orientation::GetOrientationType( File *f ) bool succ = f->GetImageOrientationPatient( iop ); if ( !succ ) { - gdcmErrorMacro( "No Image Orientation (0020,0037)/(0020,0032) found in the file, cannot proceed." ) + gdcmWarningMacro( "No Image Orientation (0020,0037)/(0020,0032) found in the file, cannot proceed." ) return NotApplicable; } vector3D ori1;