From: Cezary Czaplewski Date: Mon, 30 Mar 2020 12:22:55 +0000 (+0200) Subject: wham cluster newcorr -DFIVEDIAG X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?p=unres.git;a=commitdiff_plain;h=7980f79b7d2bac583153caace7127c57b89119aa wham cluster newcorr -DFIVEDIAG --- diff --git a/source/cluster/wham/src-HCD-5D/CMakeLists.txt b/source/cluster/wham/src-HCD-5D/CMakeLists.txt index a932174..736f403 100644 --- a/source/cluster/wham/src-HCD-5D/CMakeLists.txt +++ b/source/cluster/wham/src-HCD-5D/CMakeLists.txt @@ -123,7 +123,7 @@ elseif(UNRES_MD_FF STREQUAL "E0LL2Y") elseif(UNRES_MD_FF STREQUAL "4P") set(CPPFLAGS "SPLITELE -DLANG0 -DCRYST_BOND -DCRYST_THETA -DCRYST_SC -DSCCORPDB -DFOURBODY" ) elseif(UNRES_MD_FF STREQUAL "NEWCORR") - set(CPPFLAGS "PROCOR -DSPLITELE -DCORRCD -DNEWCORR" ) + set(CPPFLAGS "PROCOR -DSPLITELE -DCORRCD -DNEWCORR -DFIVEDIAG" ) endif(UNRES_MD_FF STREQUAL "GAB") #========================================= diff --git a/source/wham/src-HCD-5D/CMakeLists.txt b/source/wham/src-HCD-5D/CMakeLists.txt index f4ca643..aa99003 100644 --- a/source/wham/src-HCD-5D/CMakeLists.txt +++ b/source/wham/src-HCD-5D/CMakeLists.txt @@ -154,7 +154,7 @@ elseif(UNRES_MD_FF STREQUAL "E0LL2Y") elseif(UNRES_MD_FF STREQUAL "4P") set(CPPFLAGS "SPLITELE -DLANG0 -DCRYST_BOND -DCRYST_THETA -DCRYST_SC -DSCCORPDB -DFOURBODY" ) elseif(UNRES_MD_FF STREQUAL "NEWCORR") - set(CPPFLAGS "PROCOR -DUNRES -DISNAN -DSPLITELE -DLANG0 -DNEWCORR -DCORRCD" ) + set(CPPFLAGS "PROCOR -DUNRES -DISNAN -DSPLITELE -DLANG0 -DNEWCORR -DCORRCD -DFIVEDIAG" ) endif(UNRES_MD_FF STREQUAL "GAB") #=========================================