Add details about key libraries when showing version

Also fixed a spelling error and apparently some whitespace issue.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-11-09 06:43:38 -08:00
parent 76f595049b
commit bcabe6ec9f
4 changed files with 13 additions and 5 deletions

View file

@ -25,5 +25,6 @@ extern const char *get_current_date();
enum inertgas {N2, HE};
double cache_value(int tissue, int timestep, enum inertgas gas);
void cache_insert(int tissue, int timestep, enum inertgas gas, double value);
void print_qt_versions();
#endif // QTHELPERFROMC_H