X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=moldyn.c;h=ccc0b56f99159f0bab42b18051116241355eb0f8;hb=98c1ca4feaacee4f319a6c288aa2b0cef65033e4;hp=bd29afc9a3e6853bded38acae91dfafdf15a662a;hpb=cba0d347201db1c99dc23736658ed78ed12ad5bd;p=physik%2Fposic.git 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 */