Skip to content
Snippets Groups Projects
Commit 5b2244c5 authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

add copyright and #ifdef guard

parent 0447b589
No related branches found
No related tags found
No related merge requests found
#pragma once
/**
* \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
*
*/
#ifndef MATHLIB_LINEAR_SOLVER_OPTIONS_H
#define MATHLIB_LINEAR_SOLVER_OPTIONS_H
#include "BaseLib/ConfigTree.h"
......@@ -27,3 +37,5 @@ void ignoreOtherLinearSolvers(BaseLib::ConfigTree const& config,
std::string const& solver_name);
}
#endif
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