We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6e31d commit cd23210Copy full SHA for cd23210
miniapps/tools/makefile
@@ -25,9 +25,9 @@ MFEM_LIB_FILE = mfem_is_not_built
25
-include $(CONFIG_MK)
26
27
SEQ_MINIAPPS = display-basis load-dc convert-dc get-values lor-transfer \
28
- reconstruction_lor tmop-check-metric tmop-metric-magnitude
+ reconstruction tmop-check-metric tmop-metric-magnitude
29
30
-PAR_MINIAPPS = nodal-transfer plor-transfer reconstruction least-squares
+PAR_MINIAPPS = nodal-transfer plor-transfer least-squares
31
32
ifeq ($(MFEM_USE_MPI),NO)
33
MINIAPPS = $(SEQ_MINIAPPS)
0 commit comments