Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

last of the f77 to F90 conversions #602

Merged
merged 4 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@
set(CMAKE_INCLUDE_CURRENT_DIR ON)

list(APPEND fortran_src
modules_vars.F90 modules_arrs.F90 bitmaps.F90 blocks.F90 borts.F90
compress.F90 conwin.f copydata.F90 dumpdata.F90 dxtable.F90
errwrt.F90 getwin.f fxy.F90 invcon.f invmrg.f invtag.f invwin.f
jumplink.F90 mastertable.F90 missing.F90 mrginv.f
nevn.f newwin.f nvnwin.f nwords.f nxtwin.f openbt.F90 cftbvs.F90
readwritemg.F90 readwritesb.F90 readwriteval.F90 s013vals.F90 tankrcpt.F90
standard.F90 strings.F90 ufbget.f ufbinx.f
memmsgs.F90 ciencode.F90 cidecode.F90 arallocf.F90 openclosebf.F90
modules_vars.F90 modules_arrs.F90 bitmaps.F90 blocks.F90 borts.F90 compress.F90 errwrt.F90
copydata.F90 dumpdata.F90 dxtable.F90 fxy.F90 jumplink.F90 mastertable.F90 missing.F90
openbt.F90 cftbvs.F90 readwritemg.F90 readwritesb.F90 readwriteval.F90 s013vals.F90 tankrcpt.F90
standard.F90 strings.F90 memmsgs.F90 ciencode.F90 cidecode.F90 arallocf.F90 openclosebf.F90
bufr_interface.F90 bufr_c2f_interface.F90 x4884.F90 bufrlib.F90)

list(APPEND c_src
Expand Down
70 changes: 0 additions & 70 deletions src/conwin.f

This file was deleted.

84 changes: 0 additions & 84 deletions src/getwin.f

This file was deleted.

71 changes: 0 additions & 71 deletions src/invcon.f

This file was deleted.

136 changes: 0 additions & 136 deletions src/invmrg.f

This file was deleted.

Loading
Loading