mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
76f595049b
commit
bcabe6ec9f
4 changed files with 13 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue