diff --git a/src/libthermo/thermostats.h b/src/libthermo/thermostats.h new file mode 100644 index 0000000..2e5a630 --- /dev/null +++ b/src/libthermo/thermostats.h @@ -0,0 +1,8 @@ +#ifndef THERMOSTATS_H_ +#define THERMOSTATS_H_ + +#include "../libecoprimer/ecoprimer.h" + +void getThermoProperties (ppair_t* pairs, size_t count, poptions_t options); + +#endif \ No newline at end of file