Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
shallow_water
Browse files Browse the repository at this point in the history
  • Loading branch information
malytomas committed Apr 24, 2024
1 parent 23e945c commit 4e7fc29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cmake --version
git --version
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
${{ matrix.compiler.cxx }} --version
git --version
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
4 changes: 2 additions & 2 deletions sources/generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ namespace unnatural
f->writeLine("flat");
f->writeLine("rough");
f->writeLine("cliffs");
f->writeLine("shallowWater");
f->writeLine("deepWater");
f->writeLine("shallow_water");
f->writeLine("deep_water");
f->close();
}

Expand Down

0 comments on commit 4e7fc29

Please sign in to comment.