Skip to content
Snippets Groups Projects
Commit a06d928d authored by Dinesh Atchuthan's avatar Dinesh Atchuthan
Browse files

small

parent 0efb34a4
No related branches found
No related tags found
No related merge requests found
...@@ -45,8 +45,8 @@ int main(int argc, char** argv) ...@@ -45,8 +45,8 @@ int main(int argc, char** argv)
data_file.open(filename); data_file.open(filename);
std::cout << "file: " << filename << std::endl; std::cout << "file: " << filename << std::endl;
//std::string dummy; //this is needed only if first line is headers std::string dummy; //this is needed only if first line is headers
//getline(data_file, dummy); getline(data_file, dummy);
} }
if(!data_file.is_open()){ if(!data_file.is_open()){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment