Skip to content

Commit 6f06f69

Browse files
committed
test implementation for gaussian quadrature functions
1 parent 551ec6d commit 6f06f69

File tree

2 files changed

+501
-2
lines changed

2 files changed

+501
-2
lines changed

src/tests/quadrature/Makefile.manual

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PROGS_SRC = test_trapz.f90
2-
PROGS_SRC = test_simps.f90
3-
PROGS_SRC = test_gauss.f90
2+
PROGS_SRC += test_simps.f90
3+
PROGS_SRC += test_gauss.f90
44

55
include ../Makefile.manual.test.mk

0 commit comments

Comments
 (0)