started with crt ...
[physik/posic.git] / moldyn.c
index bd29afc..ccc0b56 100644 (file)
--- a/moldyn.c
+++ b/moldyn.c
@@ -55,6 +55,13 @@ pthread_mutex_t *amutex;
 pthread_mutex_t emutex;
 #endif
 
+#ifdef CRT
+/* fully constrained relaxation technique - global pointers */
+u8 crt;
+u8 *constraints;
+double *trafo_angle;
+#endif
+
 /*
  * the moldyn functions
  */