]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOUltrasonixImageReader.cpp
Fix include for boost::algorithm
[creaImageIO.git] / src2 / creaImageIOUltrasonixImageReader.cpp
index 8b07ad1319a1cad85e895880014016c57d036f9a..014e0953c7a6be97215f1ff10844922d61fd61d4 100644 (file)
@@ -172,9 +172,7 @@ namespace creaImageIO
   void UltrasonixImageReader::ReadAttributes(const std::string& filename, 
                                      std::map<std::string,std::string>& attr)
   {
-    //      std::cout << "UltrasonixImageReader::ReadDicomInfo '"<<filename<<"'"<<std::endl;
     GimmickMessage(2,"Reading attributes from '"<<filename<<std::endl);
 
     FILE *Ultrasonix_file=fopen(filename.c_str(),"rb");
     if (!Ultrasonix_file) return;
@@ -207,8 +205,6 @@ namespace creaImageIO
     std::map<std::string,std::string>::iterator i;
     if ( (i = attr.find("FullFileName")) != attr.end())
     {
-       //      boost::filesystem::path full_path(filename);
-       // std::string f = full_path.leaf();
                i->second = filename;
     }
     if ( (i = attr.find("D0004_1500")) != attr.end())