Skip to content
Snippets Groups Projects
Commit c57e4228 authored by Abhinav Singh's avatar Abhinav Singh
Browse files

Latest Module

parent 45902034
No related branches found
No related tags found
No related merge requests found
Pipeline #2197 failed
openfpm_numerics @ d3c943bd
Subproject commit bd5a0956710058ae08274624d2e6a3df44b893fd
Subproject commit d3c943bd8fe89ab1688e734792cbafdd42abfd46
......@@ -160,7 +160,7 @@ public:
template<unsigned int p> void setStagPosition(openfpm::vector<comb<dim>> & cmb)
{
#ifdef SE_CLASS1
if (extends< typename boost::mpl::at<typename T::type,boost::mpl::int_<p> >::type >::mul() != cmb.size())
if (extends< typename boost::mpl::at<typename T::type,boost::mpl::int_<p> >::type >::mul() > cmb.size())
std::cerr << __FILE__ << ":" << __LINE__ << " error properties has " << extends< typename boost::mpl::at<typename T::type,boost::mpl::int_<p> >::type >::mul() << " components, but " << cmb.size() << "has been defined \n";
#endif
c_prp[p] = cmb;
......
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