Skip to content
Snippets Groups Projects
Commit dd154c82 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Merge pull request #474 from TomFischer/RenameGroundwaterFlowProcess

[PL] GroundwaterFlow.h -> GroundwaterFlowProcess.h.
parents a83680dd e5b76cb5
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@
*
*/
#ifndef PROCESS_LIB_GROUNDWATERFLOW_H_
#define PROCESS_LIB_GROUNDWATERFLOW_H_
#ifndef PROCESS_LIB_GROUNDWATERFLOWPROCESS_H_
#define PROCESS_LIB_GROUNDWATERFLOWPROCESS_H_
#include <boost/property_tree/ptree.hpp>
#include "logog/include/logog.hpp"
......@@ -63,4 +63,4 @@ private:
} // namespace ProcessLib
#endif // PROCESS_LIB_GROUNDWATERFLOW_H_
#endif // PROCESS_LIB_GROUNDWATERFLOWPROCESS_H_
......@@ -36,6 +36,6 @@ protected:
//
// Include all known processes here.
//
#include "GroundwaterFlow.h"
#include "GroundwaterFlowProcess.h"
#endif // PROCESS_LIB_PROCESS_H_
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