From cb68b15bdf349d199a9fc1296ad0279d20987e2a Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Fri, 5 Feb 2016 13:05:49 +0100
Subject: [PATCH] Add Process.cpp skeleton.

---
 ProcessLib/Process.cpp | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 ProcessLib/Process.cpp

diff --git a/ProcessLib/Process.cpp b/ProcessLib/Process.cpp
new file mode 100644
index 00000000000..04c5caea8f8
--- /dev/null
+++ b/ProcessLib/Process.cpp
@@ -0,0 +1,21 @@
+/**
+ * \copyright
+ * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org)
+ *            Distributed under a Modified BSD License.
+ *              See accompanying file LICENSE.txt or
+ *              http://www.opengeosys.org/project/license
+ *
+ */
+
+#include "Process.h"
+
+#include <algorithm>
+
+#include <logog/include/logog.hpp>
+
+#include "ProcessVariable.h"
+
+namespace ProcessLib
+{
+
+}  // namespace ProcessLib
-- 
GitLab