From d7382ea10cd0fc49a5b8b5e3f2b48f5c1c8a2392 Mon Sep 17 00:00:00 2001 From: hackbard Date: Wed, 30 Apr 2008 11:41:47 +0200 Subject: [PATCH] added pse file --- pse.h | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 pse.h diff --git a/pse.h b/pse.h new file mode 100644 index 0000000..d9aff12 --- /dev/null +++ b/pse.h @@ -0,0 +1,53 @@ +/* + * pse.h - elemnts specific stuff + * + * author: Frank Zirkelbach + * + */ + +#include "moldyn.h" + +static double pse_mass[]={ + 0, + 0, + 0, + 0, + 0, + 0, + M_C, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + M_SI, + 0, + 0, + 0, + 0, +}; + +static double pse_lc[]={ + 0, + 0, + 0, + 0, + 0, + 0, + LC_C, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + LC_SI, + 0, + 0, + 0, + 0, +}; + -- 2.20.1