forked from OPM/ResInsight
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule opm-common
updated
15 files
+1 −0 | .gitignore | |
+4 −1 | opm/input/eclipse/Parser/Parser.cpp | |
+576 −462 | opm/io/eclipse/EGrid.cpp | |
+202 −96 | opm/io/eclipse/EGrid.hpp | |
+150 −129 | opm/io/eclipse/EInit.cpp | |
+48 −35 | opm/io/eclipse/EInit.hpp | |
+342 −309 | opm/io/eclipse/ERst.cpp | |
+70 −54 | opm/io/eclipse/ERst.hpp | |
+25 −0 | opm/io/eclipse/ESmry.cpp | |
+2 −0 | opm/io/eclipse/ESmry.hpp | |
+2 −0 | opm/io/eclipse/EclFile.hpp | |
+0 −2 | opm/io/eclipse/RestartFileView.cpp | |
+3 −1 | opm/io/eclipse/SummaryNode.cpp | |
+144 −137 | opm/io/eclipse/rst/header.cpp | |
+3 −0 | opm/io/eclipse/rst/state.cpp |