Skip to content

Commit

Permalink
Examples: modifies cim files path
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnorenam authored Aug 24, 2021
1 parent 37cc69f commit dfdc27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Cxx/CIM/Slack_Trafo3W_Gen_Load.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ int main(int argc, char** argv) {
"Slack_Trafo3W_PowerFlow_TP.xml",
"Slack_Trafo3W_PowerFlow_SV.xml",
"Slack_Trafo3W_PowerFlow_SSH.xml"
}, "build/_deps/cim-data-src/BasicGrids/Slack_Trafo3W_PowerFlow", "CIMPATH");
}, "build/_deps/cim-data-src/BasicGrids/PowerFactory/Slack_Trafo3W_PowerFlow", "CIMPATH");
}
else {
filenames = std::list<fs::path>(argv + 1, argv + argc);
Expand Down

0 comments on commit dfdc27f

Please sign in to comment.