Fixed a potential unsatisfied external, if someone were to define
DEBUG_HKM.
This commit is contained in:
parent
971772db0d
commit
369b20af88
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue