X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFramesInfo.cxx;h=6c6d3c3e2357b1e1385259bf202a05bebe5cea23;hb=37396740c1274ab73b324850554e78a174e3ace6;hp=c5ce8d88597532fa33edba6b5605ca7e1327b149;hpb=46afb30d2d016a9b1581c7ee4ca96d614a35203c;p=gdcm.git diff --git a/src/gdcmRLEFramesInfo.cxx b/src/gdcmRLEFramesInfo.cxx index c5ce8d88..6c6d3c3e 100644 --- a/src/gdcmRLEFramesInfo.cxx +++ b/src/gdcmRLEFramesInfo.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmRLEFramesInfo.cxx,v $ Language: C++ - Date: $Date: 2005/11/28 15:20:34 $ - Version: $Revision: 1.18 $ + Date: $Date: 2005/11/28 16:50:33 $ + Version: $Revision: 1.19 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -50,7 +50,7 @@ RLEFrame *RLEFramesInfo::GetFirstFrame() RLEFrame *RLEFramesInfo::GetNextFrame() { - gdcmStaticAssertMacro (ItFrames != Frames.end()); + gdcmAssertMacro (ItFrames != Frames.end()); ++ItFrames; if (ItFrames != Frames.end())