X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FexGrey2RGB.cxx;h=7fc2846a217653afd2d09c4220ed9a3bebf57f69;hb=4f0dd702736cecd2fa0b27bedf2118231468f226;hp=2fba62d49b35077e058312dd16d0525c8f695a58;hpb=6b51b22366f878e1050c75a6ebb755bd2ff365c7;p=gdcm.git diff --git a/Example/exGrey2RGB.cxx b/Example/exGrey2RGB.cxx index 2fba62d4..7fc2846a 100644 --- a/Example/exGrey2RGB.cxx +++ b/Example/exGrey2RGB.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exGrey2RGB.cxx,v $ Language: C++ - Date: $Date: 2005/10/25 14:52:28 $ - Version: $Revision: 1.5 $ + Date: $Date: 2007/05/23 14:18:05 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -64,7 +64,7 @@ int main(int argc, char *argv[]) return 1; } - //gdcm::Debug::DebugOn(); + //GDCM_NAME_SPACE::Debug::DebugOn(); std::string filename = argv[1]; std::string output = argv[2]; @@ -79,7 +79,7 @@ int main(int argc, char *argv[]) } } - gdcm::FileHelper *fh = gdcm::FileHelper::New( ); + GDCM_NAME_SPACE::FileHelper *fh = GDCM_NAME_SPACE::FileHelper::New( ); fh->SetFileName( filename ); fh->Load();