From 8ec3d140ec39f5aa5acf9ff6c3664881aa63faad Mon Sep 17 00:00:00 2001 From: Cezary Czaplewski Date: Thu, 8 Jan 2015 09:01:20 +0100 Subject: [PATCH] dfa.F was missing form cmake configurations files --- source/unres/src_MD/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/source/unres/src_MD/CMakeLists.txt b/source/unres/src_MD/CMakeLists.txt index a0353f4..df8ace6 100644 --- a/source/unres/src_MD/CMakeLists.txt +++ b/source/unres/src_MD/CMakeLists.txt @@ -79,6 +79,7 @@ set(UNRES_MD_SRC0 thread.F unres.F ssMD.F + dfa.F ) if(Fortran_COMPILER_NAME STREQUAL "ifort") -- 1.7.9.5