Skip to content

Commit

Permalink
Merge pull request CH-Earth#65 from bartnijssen/cleanup/issue60
Browse files Browse the repository at this point in the history
Cleanup/issue60
  • Loading branch information
martynpclark committed Jul 8, 2015
2 parents 61137c1 + 671e089 commit d9f7136
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ ENGINE_DIR = $(F_KORE_DIR)/engine
SUMMA_NRUTIL= \
nrtype.f90 \
nr_utility.f90
NRUTIL = $(patsubst %, $(NUMREC_DIR)/%, $(SUMMA_NRUTIL))
NRUTIL = $(patsubst %, $(ENGINE_DIR)/%, $(SUMMA_NRUTIL))

#
# Numerical recipes procedures
# NOTE: all numerical recipes procedures are now replaced with free versions
SUMMA_NRPROC= \
expIntegral.f90 \
spline_int.f90
NRPROC = $(patsubst %, $(NUMREC_DIR)/%, $(SUMMA_NRPROC))
NRPROC = $(patsubst %, $(ENGINE_DIR)/%, $(SUMMA_NRPROC))

# Hook-up modules (set files and directory paths)
SUMMA_HOOKUP= \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d9f7136

Please sign in to comment.