X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc-HCD-5D%2Fq_measure-02.F;h=a790a8b24d5abfae37b0dabf5d471a43107fde91;hb=34afc6bc75a1158d5a5a7f08c5a7d84c8c1fb7c4;hp=5244b2ba0454ff6bf203ba93dee883e67a24d5e8;hpb=020e579626d686ec20ecd9f0cc4c8313f474e152;p=unres.git diff --git a/source/unres/src-HCD-5D/q_measure-02.F b/source/unres/src-HCD-5D/q_measure-02.F index 5244b2b..a790a8b 100644 --- a/source/unres/src-HCD-5D/q_measure-02.F +++ b/source/unres/src-HCD-5D/q_measure-02.F @@ -240,8 +240,12 @@ c MD with umbrella_sampling using Wolyne's distance measure as a constraint #ifndef LANG0 include 'COMMON.LANGEVIN' #else +#ifdef FIVEDIAG + include 'COMMON.LANGEVIN.lang0.5diag' +#else include 'COMMON.LANGEVIN.lang0' #endif +#endif include 'COMMON.CHAIN' include 'COMMON.DERIV' include 'COMMON.GEO' @@ -375,8 +379,12 @@ c Calculating numerical dUconst/ddc and dUconst/ddx #ifndef LANG0 include 'COMMON.LANGEVIN' #else +#ifdef FIVEDIAG + include 'COMMON.LANGEVIN.lang0.5diag' +#else include 'COMMON.LANGEVIN.lang0' #endif +#endif include 'COMMON.CHAIN' include 'COMMON.DERIV' include 'COMMON.GEO'