Compilation error in an optional #ifdef block.

This commit is contained in:
Harry Moffat 2007-07-12 14:22:41 +00:00
parent 1e83047821
commit 28a2e63c05

View file

@ -17,13 +17,14 @@
using namespace Cantera;
using namespace std;
#ifdef DEBUG_HKM
namespace Cantera {
int Cantera::BasisOptimize_print_lvl = 0;
//static char sbuf[1024];
int BasisOptimize_print_lvl = 0;
}
static void print_stringTrunc(const char *str, int space, int alignment);
#endif
static int amax(double *x, int j, int n);
static void switch_pos(vector_int &orderVector, int jr, int kspec);
static int mlequ(double *c, int idem, int n, double *b, int m);