This commit is contained in:
Dave Goodwin 2006-11-03 20:45:20 +00:00
parent 35448ed0c7
commit 6237e71576

View file

@ -69,8 +69,11 @@ typedef int ftnlen; // Fortran hidden string length type
// Identify whether the operating system is windows based, with
// microsoft vc++ being used as the compiler
#define WINMSVC
#define HAS_SUNDIALS 1
//--------- Fonts for reaction path diagrams ----------------------
#define RXNPATH_FONT "Helvetica"
@ -87,5 +90,6 @@ typedef int ftnlen; // Fortran hidden string length type
#define WITH_METAL
#define WITH_STOICH_SUBSTANCE
#define WITH_PURE_FLUIDS
#define WITH_LATTICE_SOLID
#endif