Skip to content

Commit

Permalink
Merge branch 'develop' into feature-quadcount
Browse files Browse the repository at this point in the history
  • Loading branch information
cburstedde committed Aug 30, 2023
2 parents ed9fbf9 + 5170b82 commit 1b93575
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ include example/spheres/Makefile.am
include example/steps/Makefile.am
include example/tetgen/Makefile.am
include example/timings/Makefile.am
include example/balance_seeds/Makefile.am
include example/balance/Makefile.am
include example/search/Makefile.am

## This was only used for our lint code, which needs to be replaced.
Expand Down
24 changes: 24 additions & 0 deletions example/balance/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

# This file is part of p4est.
# Makefile.am in example/balance
# included non-recursively from toplevel directory

if P4EST_ENABLE_BUILD_2D
bin_PROGRAMS += example/balance/p4est_balance_seeds

example_balance_p4est_balance_seeds_SOURCES = \
example/balance/balance_seeds2.c

LINT_CSOURCES += \
$(example_balance_p4est_balance_seeds_SOURCES)
endif

if P4EST_ENABLE_BUILD_3D
bin_PROGRAMS += example/balance/p8est_balance_seeds

example_balance_p8est_balance_seeds_SOURCES = \
example/balance/balance_seeds3.c

LINT_CSOURCES += \
$(example_balance_p8est_balance_seeds_SOURCES)
endif
File renamed without changes.
File renamed without changes.
24 changes: 0 additions & 24 deletions example/balance_seeds/Makefile.am

This file was deleted.

0 comments on commit 1b93575

Please sign in to comment.