X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fposic.git;a=blobdiff_plain;f=moldyn.c;fp=moldyn.c;h=ccc0b56f99159f0bab42b18051116241355eb0f8;hp=bd29afc9a3e6853bded38acae91dfafdf15a662a;hb=bc17c58e6e7c5adde9e7cf89efd6dfe37147446d;hpb=d24930a9135ffd5927fbf65a71494f5cf772f264 diff --git a/moldyn.c b/moldyn.c index bd29afc..ccc0b56 100644 --- 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 */