mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
rename files for structured grid creators to make them consistent with the classes which they contain
structuredcubegridcreator.hh -> cubegridcreator.hh structuredsimplexgridcreator.hh -> simplexgridcreator.hh also document them properly.
This commit is contained in:
parent
fb63f62336
commit
f5a9cf1a83
@ -40,7 +40,7 @@
|
||||
// The components that are used
|
||||
#include <dumux/material/components/h2o.hh>
|
||||
#include <dumux/material/components/oil.hh>
|
||||
#include <dumux/common/structuredcubegridcreator.hh>
|
||||
#include <dumux/common/cubegridcreator.hh>
|
||||
|
||||
namespace Dumux{
|
||||
// Forward declaration of the problem class
|
||||
|
Loading…
Reference in New Issue
Block a user