Skip to content

Commit

Permalink
remove the use of ferr that may cause the garfield problem
Browse files Browse the repository at this point in the history
  • Loading branch information
nkx111 authored Mar 26, 2022
1 parent a3f0b6f commit 4183d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/framework/core/src/TRestRun.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ TRestRun::TRestRun(string filename) {
Initialize();
LoadConfigFromFile(filename);
} else {
ferr << "TRestRun::TRestRun(): input file error!" << endl;
// ferr << "TRestRun::TRestRun(): input file error!" << endl;
}
}

Expand Down

0 comments on commit 4183d1a

Please sign in to comment.