X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmFile.cxx;h=5eeaab46cc3f99d11719e19b6c1f9aa6aa1806b2;hb=359ebc818c100156bd8f7a3a8783f2c538474990;hp=2c6928956289de5d23e0a8efa80a097382e54734;hpb=6b4aa7387613d98b62ee41d18aba2dbe0306b4ba;p=gdcm.git diff --git a/src/gdcmFile.cxx b/src/gdcmFile.cxx index 2c692895..5eeaab46 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 13:56:31 $ - Version: $Revision: 1.309 $ + Date: $Date: 2005/11/28 11:54:51 $ + Version: $Revision: 1.310 $ 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( double iop[6] ) +bool File::GetImageOrientationPatient( float iop[6] ) { std::string strImOriPat; - //iop is supposed to be double[6] + //iop is supposed to be float[6] iop[0] = iop[4] = 1.; iop[1] = iop[2] = iop[3] = iop[5] = 0.;