Skip to content
Snippets Groups Projects
Commit 987208c3 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Reordered initialization in NeighbourGridEntityLayer constructor to avoid compiler warning

parent 6a3dc32b
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,8 @@ class NeighbourGridEntityLayer
__cuda_callable__
NeighbourGridEntityLayer( const GridEntity& entity )
: neighbourEntities( entity ),
BaseType( entity )
: BaseType( entity ),
neighbourEntities( entity )
{}
__cuda_callable__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment