3 #include "application.h"
14 static const char* stars =
"***********************************************************************\n";
17 procedure_(procedure),
26 procedure_(procedure),
62 ss <<
"Array size (" << sz_ <<
") too small. Must be at least " << reqd_ <<
".";
68 ss <<
"IndexError: " << arrayName_ <<
"[" << m_ <<
"]" <<
69 " outside valid range of 0 to " << (mmax_) <<
".";
77 writelog(
">>>> WARNING: method "+oldnm+
" of class "+classnm
78 +
" is deprecated.\n");
79 writelog(
" Use method "+newnm+
" instead.\n");
80 writelog(
" (If you want to rescue this method from deprecated\n");
81 writelog(
" status, see http://www.cantera.org/deprecated.html)");
86 writelog(
"Removed procedure: "+func+
"\n");
87 writelog(
"Removed in version: "+version+
"\n");
88 throw CanteraError(
"removeAtVersion: "+ func,
"procedure has been removed.");