equil init: rename the files according to the eWoms standard convention

the eWoms file naming convention should probably be changed to the one
of the remaining OPM modules, but this is quite a bit of work and IMO
it is more important to be consistent within the module.
This commit is contained in:
Andreas Lauser
2018-01-02 12:43:56 +01:00
parent 69b1a5ca5a
commit 2f00e7804a
4 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
#ifndef EWOMS_ECL_EQUIL_INITIALIZER_HH
#define EWOMS_ECL_EQUIL_INITIALIZER_HH
#include "equil/initStateEquil.hpp"
#include "equil/initstateequil.hh"
#include <ewoms/common/propertysystem.hh>

View File

@@ -29,8 +29,8 @@
#ifndef EWOMS_INITSTATEEQUIL_HH
#define EWOMS_INITSTATEEQUIL_HH
#include "EquilibrationHelpers.hpp"
#include "RegionMapping.hpp"
#include "equilibrationhelpers.hh"
#include "regionmapping.hh"
#include <ewoms/common/propertysystem.hh>