Added documentation for an external int

This commit is contained in:
Harry Moffat 2010-01-12 21:23:08 +00:00
parent 41e207d762
commit 3d392242d9

View file

@ -825,6 +825,11 @@ namespace Cantera {
vector_int & orderVectorElements);
#ifdef DEBUG_MODE
//! External int that is used to turn on debug printing for the
//! BasisOptimze program.
/*!
* Set this to 1 if you want debug printing from BasisOptimize.
*/
extern int BasisOptimize_print_lvl;
#endif
}