Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
remove duplicated bern2time_FN program
Browse files Browse the repository at this point in the history
the only difference between bern2time & bern2time_FN is floating format in read/write function:
https://gist.github.com/sean0921/59cb6f393bb3044733af0f9440cd176e

i.e. two files are almost same as each other.

so remove duplicated one first
  • Loading branch information
sean0921 committed Aug 23, 2019
1 parent b41e3d8 commit 8e62e74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 361 deletions.
4 changes: 2 additions & 2 deletions 00_bern2time/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FC_MINGW := i686-w64-mingw32.static-gfortran
FCFLAGS := -std=legacy -g -static -cpp
FCFLAGS_MINGW := -DMINGW

OBJS = bern2time_FN bern2time getpl
OBJS_MINGW = bern2time_FN.exe bern2time.exe getpl.exe
OBJS = bern2time getpl
OBJS_MINGW = bern2time.exe getpl.exe

PROJECT_PATH = 00_bern2time

Expand Down
359 changes: 0 additions & 359 deletions 00_bern2time/bern2time_FN.for

This file was deleted.

0 comments on commit 8e62e74

Please sign in to comment.