Skip to content
Snippets Groups Projects
Commit 1e93a408 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add a bunch of missing PASTIS_INLINE

parent 0a431090
No related branches found
No related tags found
1 merge request!11Feature/mpi
...@@ -145,8 +145,10 @@ class ItemValue ...@@ -145,8 +145,10 @@ class ItemValue
this->operator=(value_per_item); this->operator=(value_per_item);
} }
PASTIS_INLINE
ItemValue() = default; ItemValue() = default;
PASTIS_INLINE
ItemValue(const IConnectivity& connectivity) ItemValue(const IConnectivity& connectivity)
: m_is_built{true}, : m_is_built{true},
m_values(connectivity.numberOf<item_type>()) m_values(connectivity.numberOf<item_type>())
...@@ -155,6 +157,7 @@ class ItemValue ...@@ -155,6 +157,7 @@ class ItemValue
"Cannot allocate ItemValue of const data: only view is supported"); ; "Cannot allocate ItemValue of const data: only view is supported"); ;
} }
PASTIS_INLINE
~ItemValue() = default; ~ItemValue() = default;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment