Skip to content

Commit cd23210

Browse files
skang67cjvogl
andauthored
Update miniapps/tools/makefile
Co-authored-by: Chris Vogl <vogl2@llnl.gov>
1 parent 5d6e31d commit cd23210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

miniapps/tools/makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ MFEM_LIB_FILE = mfem_is_not_built
2525
-include $(CONFIG_MK)
2626

2727
SEQ_MINIAPPS = display-basis load-dc convert-dc get-values lor-transfer \
28-
reconstruction_lor tmop-check-metric tmop-metric-magnitude
28+
reconstruction tmop-check-metric tmop-metric-magnitude
2929

30-
PAR_MINIAPPS = nodal-transfer plor-transfer reconstruction least-squares
30+
PAR_MINIAPPS = nodal-transfer plor-transfer least-squares
3131

3232
ifeq ($(MFEM_USE_MPI),NO)
3333
MINIAPPS = $(SEQ_MINIAPPS)

0 commit comments

Comments
 (0)