Program: bbtk
Module: $RCSfile: bbtkInterpreter.cxx,v $ $
Language: C++
- Date: $Date: 2008/01/22 16:55:04 $
- Version: $Revision: 1.2 $
+ Date: $Date: 2008/01/23 07:51:51 $
+ Version: $Revision: 1.3 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
InterpretCommand(words,command);
bbtkDebugMessage("Interpreter",9,
- "Command '"<<command.keyword
- <<" code="<<command.code<<std::endl);
+ "Command='"<<command.keyword
+ <<"' code="<<command.code<<std::endl);
int level=0;
std::string left,right,left2,right2;
std::string filename;
Program: bbtk
Module: $RCSfile: bbtkUtilities.h,v $
Language: C++
- Date: $Date: 2008/01/22 16:55:04 $
- Version: $Revision: 1.2 $
+ Date: $Date: 2008/01/23 07:51:51 $
+ Version: $Revision: 1.3 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See doc/license.txt or
right = in.substr(pos+1,in.size());
}
- /*
else
{
- bbtkError(in<<" : expected 'a.b' format but no dot found");
+ // bbtkError(in<<" : expected 'a.b' format but no dot found");
+ left ="";
+ right = "";
}
- */
- left ="";
- right = "";
}
static inline std::string get_file_name(const std::string& s)