mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-15 10:28:23 +01:00
8 lines
155 B
C++
8 lines
155 B
C++
#ifndef FILES_H_
|
|
#define FILES_H_
|
|
|
|
const char *INPUT_CONC_FILE = "@IN_CONC_FILE@";
|
|
const char *INPUT_ALPHAX_FILE = "@IN_ALPHAX_FILE@";
|
|
|
|
#endif // FILES_H_
|