From f720df030475abaf59d9f8527cb0c43ea410ef75 Mon Sep 17 00:00:00 2001 From: jpr Date: Fri, 30 Jun 2006 09:52:53 +0000 Subject: [PATCH] Add comments/warnings --- Example/exOverlaysACR.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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(); -- 2.48.1