Renamed newwells.h -> wells.h.

Also moved implementation file to subdir.
This commit is contained in:
Atgeirr Flø Rasmussen
2013-03-18 10:33:34 +01:00
parent b14c145f10
commit c78b7de680
16 changed files with 687 additions and 17 deletions

View File

@@ -28,7 +28,7 @@
#define BOOST_TEST_MODULE WellsModuleTest
#include <boost/test/unit_test.hpp>
#include <opm/core/newwells.h>
#include <opm/core/wells.h>
#include <iostream>
#include <vector>