dfa.F was missing form cmake configurations files
authorCezary Czaplewski <czarek@chem.univ.gda.pl>
Thu, 8 Jan 2015 08:01:20 +0000 (09:01 +0100)
committerCezary Czaplewski <czarek@chem.univ.gda.pl>
Thu, 8 Jan 2015 08:01:20 +0000 (09:01 +0100)
source/unres/src_MD/CMakeLists.txt

index a0353f4..df8ace6 100644 (file)
@@ -79,6 +79,7 @@ set(UNRES_MD_SRC0
        thread.F 
        unres.F
        ssMD.F
+       dfa.F
 )
 
 if(Fortran_COMPILER_NAME STREQUAL "ifort")