Skip to content
Snippets Groups Projects
Commit b1301714 authored by Tom Fischer's avatar Tom Fischer
Browse files

[A/FileIO/PetrelInterface] Rm unused assignment.

parent 4eb6bb47
No related branches found
No related tags found
No related merge requests found
......@@ -92,10 +92,8 @@ void PetrelInterface::readPetrelSurface(std::istream &in)
// read header
// read Version string
in.getline(buffer, MAX_COLS_PER_ROW);
line = buffer;
// read string BEGIN HEADER
in.getline(buffer, MAX_COLS_PER_ROW);
line = buffer;
in.getline(buffer, MAX_COLS_PER_ROW);
line = buffer;
......
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