mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 17:38:23 +01:00
8 lines
174 B
C++
8 lines
174 B
C++
#ifndef TESTSIMULATION_H_
|
|
#define TESTSIMULATION_H_
|
|
|
|
// CSV file needed for validation
|
|
const char *testSimulationCSVDir = "@testSimulationCSV@";
|
|
|
|
#endif // TESTSIMULATION_H_
|