mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 20:38:23 +01:00
11 lines
196 B
C
11 lines
196 B
C
#ifndef POET_H
|
|
#define POET_H
|
|
|
|
#include "poet/ChemistryModule.hpp"
|
|
#include <Rcpp.h>
|
|
const char *poet_version = "@POET_VERSION@";
|
|
|
|
const char *CHEMISTRY_MODULE_NAME = "state_C";
|
|
|
|
#endif // POET_H
|