Skip to content

Commit

Permalink
Merge pull request #328 from JustinBonus/master
Browse files Browse the repository at this point in the history
Spell-check for PyreCodes / ShakerMaker+ CelerisTaichiEvent v0
  • Loading branch information
fmckenna authored Sep 30, 2024
2 parents a380e25 + b4bb6a1 commit da3e5bc
Show file tree
Hide file tree
Showing 58 changed files with 2,537,200 additions and 796 deletions.
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

0 comments on commit da3e5bc

Please sign in to comment.