completed crt implementation
[physik/posic.git] / mdrun.h
diff --git a/mdrun.h b/mdrun.h
index 102c3d2..b8ed70c 100644 (file)
--- a/mdrun.h
+++ b/mdrun.h
@@ -228,6 +228,15 @@ typedef struct s_crt_params {
        int count;
 } t_crt_params;
 
+/*
+ * extern variables
+ */
+
+// constraint relaxation technique
+extern u8 crtt;
+extern u8 *constraints;
+extern double *trafo_angle;
+
 /*
  * function prototypes
  */