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

bug fix for new surface adaptive option

parent c1dee701
No related branches found
No related tags found
No related merge requests found
......@@ -223,7 +223,7 @@ public:
SupportBuilder<vector_type,vector_type2>
supportBuilder(particlesFrom,particlesTo, differentialSignature, rCut, differentialOrder == 0);
auto it = particlesTo.getDomainIterator();
auto it = particlesTo.getDomainAndGhostIterator();
while (it.isNext()) {
auto key_o = particlesTo.getOriginKey(it.get());
Support support = supportBuilder.getSupport(it,1,opt);
......
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