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

Synchronizing the map ctr when constructing the subset also.

parent 0bba4248
No related branches found
No related tags found
1 merge request!5Latest Modules
Pipeline #2971 failed
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
......@@ -118,6 +118,9 @@ public:
int sub_id)
:vd(vd),pid(pid),sub_id(sub_id)
{
#ifdef SE_CLASS1
subsetUpdate_ctr=vd.getMapCtr();
#endif
// construct pid vector
auto it = vd.getDomainIterator();
......
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