Skip to content

Commit

Permalink
Update general.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
maksaska authored May 12, 2022
1 parent f5e4577 commit 1c3a1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void Reading(string Path, vector<vector<double>>& V)
ifstream File;
double dub; int w(1); vector<double> Numbers;

File.open(Path,fstream::in | fstream::out | fstream::app);
File.open(Path);

if (!File.is_open())
{
Expand Down

0 comments on commit 1c3a1a9

Please sign in to comment.