Skip to content
Snippets Groups Projects
Commit 22b6e63d authored by Jakub Klinkovský's avatar Jakub Klinkovský Committed by Jakub Klinkovský
Browse files

Fixed getSerializationType method in Array

parent 24affde8
No related branches found
No related tags found
1 merge request!136Hypre wrappers
......@@ -134,7 +134,7 @@ template< typename Value, typename Device, typename Index, typename Allocator >
std::string
Array< Value, Device, Index, Allocator >::getSerializationType()
{
return detail::ArrayIO< Value, Device, Index >::getSerializationType();
return detail::ArrayIO< Value, Index, Allocator >::getSerializationType();
}
template< typename Value, typename Device, typename Index, typename Allocator >
......
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