fixed more typos
authorDawid Jagiela <lightnir@chem.univ.gda.pl>
Mon, 14 May 2012 15:02:00 +0000 (17:02 +0200)
committerDawid Jagiela <lightnir@chem.univ.gda.pl>
Mon, 14 May 2012 15:02:00 +0000 (17:02 +0200)
source/unres/src_MD-M/CMakeLists.txt
source/unres/src_MD/CMakeLists.txt

index b618449..df20162 100644 (file)
@@ -96,9 +96,9 @@ set(UNRES_MDM_SRC0
 )
 
 if (Fortran_COMPILER_NAME STREQUAL "ifort")
-  set(UNRES_MDM_SRC0 "${UNRES_MDM_SRC0} prng.f") 
-else
-  set(UNRES_MDM_SRC0 "${UNRES_MDM_SRC0} prng_32.F")
+  set(UNRES_MDM_SRC0 ${UNRES_MDM_SRC0} prng.f ) 
+else()
+  set(UNRES_MDM_SRC0 ${UNRES_MDM_SRC0} prng_32.F )
 endif (Fortran_COMPILER_NAME STREQUAL "ifort")
 
 
index 86c61fe..fa72840 100644 (file)
@@ -59,7 +59,6 @@ set(UNRES_MD_SRC0
        parmread.F 
        pinorm.f 
        printmat.f 
-       prng_32.F 
        q_measure.F 
        randgens.f 
        rattle.F 
@@ -81,10 +80,10 @@ set(UNRES_MD_SRC0
        unres.F
 )
 
-if (Fortran_COMPILER_NAME STREQUAL "ifort")
-  set(UNRES_MD_SRC0 "${UNRES_MDM_SRC0} prng.f") 
-else
-  set(UNRES_MD_SRC0 "${UNRES_MDM_SRC0} prng_32.F")
+if(Fortran_COMPILER_NAME STREQUAL "ifort")
+  set(UNRES_MD_SRC0 ${UNRES_MD_SRC0} prng.f ) 
+else()
+  set(UNRES_MD_SRC0 ${UNRES_MD_SRC0} prng_32.F )
 endif (Fortran_COMPILER_NAME STREQUAL "ifort")
 
 
@@ -138,7 +137,7 @@ set(UNRES_MD_PP_SRC
 
 
 if(NOT Fortran_COMPILER_NAME STREQUAL "ifort")
-  set(UNRES_MD_PP_SRC "${UNRES_MDM_PP_SRC} prng_32.F") 
+  set(UNRES_MD_PP_SRC ${UNRES_MD_PP_SRC} prng_32.F) 
 endif(NOT Fortran_COMPILER_NAME STREQUAL "ifort")
 
 #================================================