Added documentation for an external int
This commit is contained in:
parent
41e207d762
commit
3d392242d9
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue