diff --git a/src/cellbase.h b/src/cellbase.h --- a/src/cellbase.h +++ b/src/cellbase.h @@ -134,7 +134,7 @@ class CellBase : public QObject, public inline double Chemical(int c) const { // returns the value of chemical c #ifdef QDEBUG - qDebug() << endl << "Entering cellbase::chemical(" << c << ")" << endl; + qDebug() << endl << "Entering cellbase::chemical(" << c << "), and nchem is: " << NChem() << "." << endl; #endif int nchem = NChem();