Fixed a potential unsatisfied external, if someone were to define

DEBUG_HKM.
This commit is contained in:
Harry Moffat 2006-12-11 18:42:13 +00:00
parent 971772db0d
commit 369b20af88

View file

@ -13,7 +13,7 @@
using namespace Cantera;
using namespace std;
#ifdef DEBUG_HKM
extern int debug_print_lvl;
int debug_print_lvl = 0;
static void print_stringTrunc(const char *str, int space, int alignment);
#endif
static int amax(double *x, int j, int n);