Skip to content

Commit

Permalink
Merge pull request #208 from loganoz/tutorial2_esteban
Browse files Browse the repository at this point in the history
small change in configure file for turbine
  • Loading branch information
EstebanFerrer authored Feb 28, 2024
2 parents e31529b + 7cf448a commit ceef8ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ The following external routines/libraries can be used with **HORSES3D**, but are

- ENABLE_THREADS=NO/**YES**

- WITH_PETSC=y/**n**
- WITH_PETSC=YES/**NO**

- WITH_METIS=y/**n**
- WITH_METIS=YES/**NO**

- WITH_HDF5=y/**n**
- WITH_HDF5=YES/**NO**

- WITH_MKL=y/**n**
- WITH_MKL=YES/**NO**

For example:

Expand Down
2 changes: 1 addition & 1 deletion Solver/configure
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ TEST_CASES="./Euler/BoxAroundCircle \
## GENERATE TUTORIALS ##
##################################################
TUTORIAL_CASES="Cylinder \
Wind_turbine "
Wind_Turbine"

COMPONENTS_TEST_CASES="FacePatches \
HexMesh \
Expand Down

0 comments on commit ceef8ef

Please sign in to comment.