X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmFile.cxx;h=2c6928956289de5d23e0a8efa80a097382e54734;hb=6b4aa7387613d98b62ee41d18aba2dbe0306b4ba;hp=466643b73bfe606073e7654bf9c02b81814ea68a;hpb=63a6ec14da5b04d25cfb843e7ccd83d5e566962d;p=gdcm.git diff --git a/src/gdcmFile.cxx b/src/gdcmFile.cxx index 466643b7..2c692895 100644 --- a/src/gdcmFile.cxx +++ b/src/gdcmFile.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.cxx,v $ Language: C++ - Date: $Date: 2005/11/25 10:29:12 $ - Version: $Revision: 1.308 $ + Date: $Date: 2005/11/25 13:56:31 $ + Version: $Revision: 1.309 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -773,10 +773,10 @@ float File::GetZOrigin() * @return true when one of the tag is found * false when nothing is found */ -bool File::GetImageOrientationPatient( float iop[6] ) +bool File::GetImageOrientationPatient( double iop[6] ) { std::string strImOriPat; - //iop is supposed to be float[6] + //iop is supposed to be double[6] iop[0] = iop[4] = 1.; iop[1] = iop[2] = iop[3] = iop[5] = 0.;