Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gtheler committed Sep 4, 2024
1 parent 68260d0 commit ae62694
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
15 changes: 14 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,20 @@ DISTCLEANFILES = \
./bc-groups1.last \
./bc-groups2.last \
./bc-groups3.last \
./bc-groups4.last
./bc-groups4.last \
./tests/wilson-2d-0.vtk \
./tests/wilson-2d-100.vtk \
./tests/wilson-2d-10.vtk \
./tests/wilson-2d-175.vtk \
./tests/wilson-2d-50.vtk \
./tests/wilson-2d-87.5.vtk \
./wilson-2d-0.vtk \
./wilson-2d-100.vtk \
./wilson-2d-10.vtk \
./wilson-2d-175.vtk \
./wilson-2d-50.vtk \
./wilson-2d-87.5.vtk


all-local:
cp -r src/feenox$(EXEEXT) .
Expand Down
2 changes: 2 additions & 0 deletions doc/feenox.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<item>KSP</item>
<item>KSP_TYPE</item>
<item>LABEL</item>
<item>LABELS</item>
<item>LINEAR</item>
<item>LINEARIZE_STRESS</item>
<item>LINEAR_SOLVER</item>
Expand Down Expand Up @@ -272,6 +273,7 @@
<item>in_static</item>
<item>in_static_first</item>
<item>in_static_last</item>
<item>in_time_path</item>
<item>in_transient</item>
<item>in_transient_first</item>
<item>in_transient_last</item>
Expand Down
1 change: 0 additions & 1 deletion src/flow/run.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
*------------------- ------------ ---- -x------- -- - - -
*/
#include "feenox.h"
#include "dist/feenox/src/feenox.h"

int feenox_run(void) {

Expand Down

0 comments on commit ae62694

Please sign in to comment.