Skip to content

Commit 3fc7f88

Browse files
committed
modernize num_def (trivial)
1 parent 9347cef commit 3fc7f88

File tree

3 files changed

+227
-235
lines changed

3 files changed

+227
-235
lines changed

num/make/makefile_base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include $(MESA_DIR)/utils/makefile_header
1313
# SOURCE FILES
1414

1515
SRCS = \
16-
num_def.f \
16+
num_def.f90 \
1717
mod_dop853.f mod_dopri5.f mod_dc_decsol.f \
1818
mod_rosenbrock.f mod_brent.f90 mod_qsort.f90 mod_root.f mod_solout_root.f \
1919
mod_random.f90 mod_newton.f mod_bobyqa.f mod_newuoa.f \

num/public/num_def.f

Lines changed: 0 additions & 234 deletions
This file was deleted.

0 commit comments

Comments
 (0)