mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-13 03:18:23 +01:00
feat: implement NamedVector based on Rcpp::NumericVector feat: remove hard coded checks and substitute by R hook functions, defined in the input script refactor: modify API of DHT_Wrapper/InterpolationModule to expect a work package structure, where input/output values are stored as 2D vectors test: add tests for NamedVector test: extend tests for Field
7 lines
154 B
C++
7 lines
154 B
C++
#ifndef TESTRINSIDEPOET_H_
|
|
#define TESTRINSIDEPOET_H_
|
|
|
|
inline const char *RInside_source_file = "@TEST_RInsideSourceFile@";
|
|
|
|
#endif // TESTRINSIDEPOET_H_
|