--- tochnog.h 2002/06/01 13:50:03 1.1.1.1 +++ tochnog.h 2002/08/01 08:44:35 1.3 @@ -17,12 +17,16 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include +// C++ headers +#include +#include +#include +using namespace std; + +// C headers #include #include #include -#include -#include #include #include #include @@ -49,6 +53,8 @@ MVERSION // maximum number of versions, this must be the last item }; +#define TOCHNOG_VERSION "July_25_2002" + // constants #define MCHAR 100 // maximum length of names #define MDIM 3 // maximum number of space dimensions