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

Spell-check for PyreCodes / ShakerMaker+ CelerisTaichiEvent v0 #328

Merged
merged 15 commits into from
Sep 30, 2024
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
25 changes: 25 additions & 0 deletions .github/workflows/.wordlist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
theRes
nd
ned
pres
writeT
sOrD
responseD
WORKD
workd
oT
WriteT
Suh
WLL
VIE
Momento
lamda
dum
numer
reord
fro
Equil
ot
repID
BROWER
PEASE
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,6 @@ fmkTest.sh
#Remove .vscode
.vscode

.coverage
.coverage

applications.*
25 changes: 25 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
theRes
nd
ned
pres
writeT
sOrD
responseD
WORKD
workd
oT
WriteT
Suh
WLL
VIE
Momento
lamda
dum
numer
reord
fro
Equil
ot
repID
BROWER
PEASE
2 changes: 2 additions & 0 deletions ignore_words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ fro
Equil
ot
repID
BROWER
PEASE
1 change: 1 addition & 0 deletions modules/createEVENT/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ add_subdirectory(Istanbul)
add_subdirectory(MPM)
add_subdirectory(stochasticWave)
add_subdirectory(TaichiEvent)
add_subdirectory(CelerisTaichiEvent)


8 changes: 8 additions & 0 deletions modules/createEVENT/CelerisTaichiEvent/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
simcenter_add_python_script(SCRIPT CelerisTaichiEvent.py)
simcenter_add_python_script(SCRIPT TaichiEvent.py)
simcenter_add_python_script(SCRIPT setrun.py)
simcenter_add_python_script(SCRIPT irrWaves.txt)
simcenter_add_python_script(SCRIPT test_curve.xyz)
simcenter_add_python_script(SCRIPT config.json)

add_subdirectory(celeris)
Loading
Loading