mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Liquivision import fixes
Fixed rounding of temperatures Fixed compile warnings Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8136306911
commit
d4121fb42a
2 changed files with 5 additions and 4 deletions
1
file.h
1
file.h
|
|
@ -7,6 +7,7 @@ struct memblock {
|
|||
};
|
||||
|
||||
extern int try_to_open_cochran(const char *filename, struct memblock *mem);
|
||||
extern int try_to_open_liquivision(const char *filename, struct memblock *mem);
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue