Skip to content
Snippets Groups Projects
Commit 8970b21a authored by Anthony Royer's avatar Anthony Royer
Browse files

Avoid copyright confusion ;)

parent 80b10d78
Branches
Tags
1 merge request!26Refactoring iterative interface solvers
Pipeline #10237 passed
// GmshDDM - Copyright (C) 2019-2022, A. Royer, C. Geuzaine, B. Martin, Université de Liège
// GmshDDM - Copyright (C) 2019-2021, A. Royer, C. Geuzaine, B. Martin, Université de Liège
// GmshDDM - Copyright (C) 2022, A. Royer, C. Geuzaine, B. Martin, Université de Liège
//
// See the LICENSE.txt file for license information. Please report all
// issues on https://gitlab.onelab.info/gmsh/ddm/issues
......@@ -21,9 +22,12 @@
namespace gmshddm
{
namespace problem
{
// Instantiate the required templates
template class AbstractIterativeSolver< std::complex< double > >;
template class AbstractIterativeSolver< std::complex< float > >;
......@@ -151,5 +155,8 @@ namespace gmshddm
return this->_solverName;
}
} // namespace problem
} // namespace gmshddm
// GmshDDM - Copyright (C) 2019-2022, A. Royer, C. Geuzaine, B. Martin, Université de Liège
// GmshDDM - Copyright (C) 2019-2021, A. Royer, C. Geuzaine, Université de Liège
// GmshDDM - Copyright (C) 2022, A. Royer, C. Geuzaine, B. Martin, Université de Liège
//
// See the LICENSE.txt file for license information. Please report all
// issues on https://gitlab.onelab.info/gmsh/ddm/issues
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment