Skip to content

Commit

Permalink
Fixed the filename
Browse files Browse the repository at this point in the history
  • Loading branch information
kbestuzheva committed Feb 27, 2018
1 parent 3591882 commit 3f0c70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/MINLP/Power/ACOPF/ACOPF_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ int main (int argc, char * argv[])
ACOPF.add_var(Qf_to.in(grid.arcs));

vector<double> rev, imv;
ifstream file("/home/kbestuzheva/gravity/nesta_case30_fsr__api.log", std::ifstream::in);
ifstream file("../nesta_case30_fsr__api.log", std::ifstream::in);
if(!file.is_open()) throw invalid_argument("Could not open file\n");
string word;
for(int i = 0; i < 30; i++){
Expand Down

0 comments on commit 3f0c70f

Please sign in to comment.