Index: mttroot/mtt/cc/parse_m2cc.cc ================================================================== --- mttroot/mtt/cc/parse_m2cc.cc +++ mttroot/mtt/cc/parse_m2cc.cc @@ -1,7 +1,12 @@ /* $Id$ * $Log$ + * Revision 1.4 2002/05/01 12:54:55 geraint + * Now recognises keywords terminated with ; as well as ws. + * Now recognises # as a comment when not terminated by ws. + * i.e. CarnotCycle_input.txt now gets translated correctly! + * * Revision 1.3 2001/07/13 04:54:04 geraint * Branch merge: numerical-algebraic-solution back to main. * * Revision 1.2.2.1 2001/06/30 03:26:17 geraint * gcc-3.0 compatibility. @@ -22,11 +27,12 @@ * Initial revision * */ - +#include +#include #include #include #include #include