Skip to content

Commit

Permalink
Fix typo in sorc/ncep_post.fd/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
DomHeinzeller committed Jan 29, 2020
1 parent 9eb5d35 commit dec5cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/ncep_post.fd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ list(REMOVE_ITEM EXE_SRC ${CMAKE_CURRENT_SOURCE_DIR}/TRPAUS_NAM.f)
list(REMOVE_ITEM EXE_SRC ${CMAKE_CURRENT_SOURCE_DIR}/WRF_STUBS.f)

if(IntelComp)
set(Cfortran_flags " -free -O3 -convert big_endian -traceback -g -fp-model source ${OpenMP_Fortran_FLAGS}")
set(fortran_flags " -free -O3 -convert big_endian -traceback -g -fp-model source ${OpenMP_Fortran_FLAGS}")
set(c_flags "-DLINUX -Dfunder -DFortranByte=char -DFortranInt=int -DFortranLlong='long long'")
elseif(GNUComp)
set(fortran_flags "-ffree-form -ffree-line-length-none -fconvert=big-endian -fbacktrace -g ${OpenMP_Fortran_FLAGS}")
Expand Down

0 comments on commit dec5cd9

Please sign in to comment.