Skip to content

Commit

Permalink
Fix path to CIM files in decoupling line diakoptics example.
Browse files Browse the repository at this point in the history
Signed-off-by: pipeacosta <[email protected]>
  • Loading branch information
pipeacosta committed Oct 30, 2024
1 parent ebfb507 commit 2563985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpsim/examples/cxx/CIM/WSCC_9bus_mult_diakoptics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ int main(int argc, char *argv[]) {
filenames = DPsim::Utils::findFiles(
{"WSCC-09_RX_DI.xml", "WSCC-09_RX_EQ.xml", "WSCC-09_RX_SV.xml",
"WSCC-09_RX_TP.xml"},
"../../../build/_deps/cim-data-src/WSCC-09/WSCC-09_RX", "CIMPATH");
"build/_deps/cim-data-src/WSCC-09/WSCC-09_RX", "CIMPATH");

//for (Int copies = 0; copies < 10; copies++) {
// for (Int threads = 0; threads <= 12; threads = threads+2) {
Expand Down

0 comments on commit 2563985

Please sign in to comment.