From ba26734e9b8467bd222f0e7b5cfbed780352fd88 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 17 Jul 2009 15:02:12 +0000 Subject: [PATCH] committed thermostats.h git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPrimers/trunk@225 60f365c0-8329-0410-b2a4-ec073aeeaa1d --- src/libthermo/thermostats.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/libthermo/thermostats.h 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