Skip to content

Commit

Permalink
fmk - fixing file location dirs to use Current currectly
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Feb 28, 2024
1 parent c5aa54c commit 2830ce9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Examples/weuq-0007/src/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"Application": "OpenSeesInput",
"ApplicationData": {
"fileName": "3Story.tcl",
"filePath": "{Current_Dir}/3Story"
"filePath": "{Current_Dir}/."
}
},
"Simulation": {
Expand All @@ -39,8 +39,8 @@
],
"fileNameAI": "recorder.tcl",
"fileNamePS": "postprocess.tcl",
"filePathAI": "{Current_Dir}/3Story",
"filePathPS": "{Current_Dir}/3Story",
"filePathAI": "{Current_Dir}/.",
"filePathPS": "{Current_Dir}/.",
"type": "UserDefinedEDP"
},
"Events": [
Expand Down

0 comments on commit 2830ce9

Please sign in to comment.