Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename example dir balance_seeds to balance #231

Merged
merged 1 commit into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

## 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
24 changes: 0 additions & 24 deletions example/balance_seeds/Makefile.am

This file was deleted.