From 2830ce924cadc86ddbd72d0b6a6259fb18febfd3 Mon Sep 17 00:00:00 2001 From: fmckenna Date: Wed, 28 Feb 2024 14:06:07 -0800 Subject: [PATCH] fmk - fixing file location dirs to use Current currectly --- Examples/weuq-0007/src/input.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/weuq-0007/src/input.json b/Examples/weuq-0007/src/input.json index 9229d48c..9c5ab971 100644 --- a/Examples/weuq-0007/src/input.json +++ b/Examples/weuq-0007/src/input.json @@ -17,7 +17,7 @@ "Application": "OpenSeesInput", "ApplicationData": { "fileName": "3Story.tcl", - "filePath": "{Current_Dir}/3Story" + "filePath": "{Current_Dir}/." } }, "Simulation": { @@ -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": [