Program: bbtk
Module: $RCSfile: bbtkUtilities.cxx,v $
Language: C++
- Date: $Date: 2008/11/12 12:47:01 $
- Version: $Revision: 1.8 $
+ Date: $Date: 2008/11/26 12:49:57 $
+ Version: $Revision: 1.9 $
=========================================================================*/
/* ---------------------------------------------------------------------
#include "bbtkUtilities.h"
+#include "bbtkMessageManager.h"
}
else
{
- // bbtkError(in<<" : expected 'a.b' format but no dot found");
left ="";
right = "";
+ bbtkGlobalError("Token '"<<in<<"' : expected 'a.b' format but no dot found");
}
}
//=======================================================================