Skip to content
Snippets Groups Projects
Commit 8a844a22 authored by Christian Engwer's avatar Christian Engwer
Browse files

multiple definition errors -> processXdr made inline

[[Imported from SVN: r783]]
parent b6475f75
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,7 @@ namespace Dune {
//! specialisation for int
template <>
inline
bool DofArrayMemory::processXdr<int>(XDR *xdrs)
{
typedef int T;
......@@ -129,6 +130,7 @@ namespace Dune {
//! specialisation for double
template <>
inline
bool DofArrayMemory::processXdr<double>(XDR *xdrs)
{
typedef double T;
......
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