summaryrefslogtreecommitdiffstats
path: root/include/framework/DynamicExtension.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2024-02-12 11:42:18 -0500
committerDouglas Rumbaugh <dbr4@psu.edu>2024-02-12 11:56:42 -0500
commit5c229093f9af21514b17cf778dbec7ac657e31d2 (patch)
tree7453b6dbf26362d36a4904175cc8303f5b45563e /include/framework/DynamicExtension.h
parent90194cb5be5c7b80bfa21a353a75920e932d54d8 (diff)
downloaddynamic-extension-5c229093f9af21514b17cf778dbec7ac657e31d2.tar.gz
Refactored Reconstruction Tasks
Added a ReconVector type to make it easier to do load balancing by shifting tasks around, and clean up a few interfaces.
Diffstat (limited to 'include/framework/DynamicExtension.h')
-rw-r--r--include/framework/DynamicExtension.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/DynamicExtension.h b/include/framework/DynamicExtension.h
index 7ea5370..3e1ce50 100644
--- a/include/framework/DynamicExtension.h
+++ b/include/framework/DynamicExtension.h
@@ -488,7 +488,7 @@ private:
Structure *vers = args->epoch->get_structure();
for (ssize_t i=0; i<args->merges.size(); i++) {
- vers->reconstruction(args->merges[i].second, args->merges[i].first);
+ vers->reconstruction(args->merges[i].target, args->merges[i].source);
}
/*