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

Commit 4e7fc29

Browse files
committed
shallow_water
1 parent 23e945c commit 4e7fc29

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cmake --version
2020
git --version
2121
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
submodules: recursive
2525

@@ -79,7 +79,7 @@ jobs:
7979
${{ matrix.compiler.cxx }} --version
8080
git --version
8181
82-
- uses: actions/checkout@v3
82+
- uses: actions/checkout@v4
8383
with:
8484
submodules: recursive
8585

sources/generator.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ namespace unnatural
266266
f->writeLine("flat");
267267
f->writeLine("rough");
268268
f->writeLine("cliffs");
269-
f->writeLine("shallowWater");
270-
f->writeLine("deepWater");
269+
f->writeLine("shallow_water");
270+
f->writeLine("deep_water");
271271
f->close();
272272
}
273273

0 commit comments

Comments
 (0)