From 89c8153c6b1ca0e777362e7eb304a0c7142b91a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dawid=20Jagie=C5=82a?= Date: Tue, 3 Jun 2014 17:35:28 +0200 Subject: [PATCH] fixed typo --- source/unres/src_MD_DFA/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/unres/src_MD_DFA/CMakeLists.txt b/source/unres/src_MD_DFA/CMakeLists.txt index 3dfd3e7..e39094d 100644 --- a/source/unres/src_MD_DFA/CMakeLists.txt +++ b/source/unres/src_MD_DFA/CMakeLists.txt @@ -333,7 +333,7 @@ export PREFIX=ala10 UNRES_BIN=./${UNRES_BIN} #----------------------------------------------------------------------------- DD=${CMAKE_SOURCE_DIR}/PARAM -export BONDPAR=$DD/i${UNRES_BONDPAR} +export BONDPAR=$DD/${UNRES_BONDPAR} export THETPAR=$DD/thetaml.5parm export ROTPAR=$DD/scgauss.parm export TORPAR=$DD/torsion_631Gdp.parm -- 1.7.9.5