diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2024-02-12 11:42:18 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2024-02-12 11:56:42 -0500 |
| commit | 5c229093f9af21514b17cf778dbec7ac657e31d2 (patch) | |
| tree | 7453b6dbf26362d36a4904175cc8303f5b45563e /include/framework/util | |
| parent | 90194cb5be5c7b80bfa21a353a75920e932d54d8 (diff) | |
| download | dynamic-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/util')
| -rw-r--r-- | include/framework/util/Configuration.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/framework/util/Configuration.h b/include/framework/util/Configuration.h index 65ca181..55cc682 100644 --- a/include/framework/util/Configuration.h +++ b/include/framework/util/Configuration.h @@ -43,7 +43,4 @@ enum class DeletePolicy { TAGGING }; -typedef ssize_t level_index; -typedef std::pair<level_index, level_index> ReconstructionTask; - } |