From: jpr Date: Fri, 30 Jun 2006 09:52:53 +0000 (+0000) Subject: Add comments/warnings X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=f720df030475abaf59d9f8527cb0c43ea410ef75;p=gdcm.git Add comments/warnings --- diff --git a/Example/exOverlaysACR.cxx b/Example/exOverlaysACR.cxx index 61590cf9..21d69bc3 100644 --- a/Example/exOverlaysACR.cxx +++ b/Example/exOverlaysACR.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exOverlaysACR.cxx,v $ Language: C++ - Date: $Date: 2005/10/25 14:52:28 $ - Version: $Revision: 1.9 $ + Date: $Date: 2006/06/30 09:52:53 $ + Version: $Revision: 1.10 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -134,6 +134,8 @@ int main(int argc, char *argv[]) // We don't use a gdcm::FileHelper, since it rubs out // the 'non image' bits of the pixels... + + /// \todo : Previous remark doesn't work if pixels are compressed ! int nx = f->GetXSize(); int ny = f->GetYSize();