From 3424dd7aa1b3942d27f1215515546e2b323258d1 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Tue, 16 Jun 2020 19:34:14 +0100 Subject: [PATCH] Typos in source file names and missed file --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 04776905e..95ef7d9c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -603,13 +603,14 @@ set (wsjt_FSRCS lib/fst280/encode280_74.f90 lib/fst280/fst280d.f90 lib/fst280/fst280sim.f90 - lib/fst280/genfst280_wave.f90 + lib/fst280/gen_fst280wave.f90 lib/fst280/genfst280.f90 - lib/fst280/get_ft280_bitmetrics.f90 + lib/fst280/get_fst280_bitmetrics.f90 lib/fst280/ldpcsim280_101.f90 lib/fst280/ldpcsim280_74.f90 lib/fst280/osd280_101.f90 lib/fst280/osd280_74.f90 + lib/fst280/get_crc24.f90 ) # temporary workaround for a gfortran v7.3 ICE on Fedora 27 64-bit