poet/app/poet.h.in
Daos Test 477e4211f5 "Merged" V0.x into nico-daos
It Does Compile
2023-08-03 16:42:30 +02:00

11 lines
196 B
C
Executable File

#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