diff --git a/ProcessLib/Process.cpp b/ProcessLib/Process.cpp new file mode 100644 index 0000000000000000000000000000000000000000..04c5caea8f8c5ac517d4446c0d6729208506c765 --- /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