From 69cb0333abe67fbc8b8875a86912be1a4791020b Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 22 Dec 2017 18:03:32 +0000 Subject: [PATCH] Remove a diagnostic write; revert the other two files. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8365 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- CMakeLists.txt | 2 +- Versions.cmake | 4 ++-- lib/ft8/foxgen.f90 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 384f05faa..cd74059f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -949,7 +949,7 @@ if (Fortran_COMPILER_NAME MATCHES "gfortran.*") set (CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -isysroot ${CMAKE_OSX_SYSROOT}") endif (CMAKE_OSX_SYSROOT) - set (CMAKE_Fortran_FLAGS_RELEASE "${CMAKE_Fortran_FLAGS_RELEASE} -fbounds-check -funroll-all-loops -fno-f2c ${General_FFLAGS}") + set (CMAKE_Fortran_FLAGS_RELEASE "${CMAKE_Fortran_FLAGS_RELEASE} -funroll-all-loops -fno-f2c ${General_FFLAGS}") set (CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -fbounds-check -fno-f2c ${General_FFLAGS}") elseif (Fortran_COMPILER_NAME MATCHES "ifort.*") # ifort (untested) diff --git a/Versions.cmake b/Versions.cmake index bf77ff75e..11b2106d3 100644 --- a/Versions.cmake +++ b/Versions.cmake @@ -1,6 +1,6 @@ # Version number components set (WSJTX_VERSION_MAJOR 1) -set (WSJTX_VERSION_MINOR 8) -set (WSJTX_VERSION_PATCH 2) +set (WSJTX_VERSION_MINOR 7) +set (WSJTX_VERSION_PATCH 1) set (WSJTX_RC 0) # release candidate number, comment out or zero for development versions set (WSJTX_VERSION_IS_RELEASE 0) # set to 1 for final release build diff --git a/lib/ft8/foxgen.f90 b/lib/ft8/foxgen.f90 index 38130aae4..2fa019dd1 100644 --- a/lib/ft8/foxgen.f90 +++ b/lib/ft8/foxgen.f90 @@ -59,7 +59,7 @@ subroutine foxgen() read(cmsg(n)(i4+2:i4+4),*) irpt endif call genft8(msg,mygrid,bcontest,0,msgsent,msgbits,itone) - print*,'Foxgen:',n,cmsg(n),msgsent +! print*,'Foxgen:',n,cmsg(n),msgsent if(i3b.eq.1) then icrc10=crc10(c_loc(mycall),12)