diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2023-12-13 12:39:54 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2023-12-13 12:39:54 -0500 |
| commit | 3c127eda69295cb306739bdd3c5ddccff6026a8d (patch) | |
| tree | 43632849c7684cab68c43a8eb2c0aeac7adffad7 /include/framework/util | |
| parent | d1f3535404ec2c200dcf2628b8c5c1f92b39e797 (diff) | |
| download | dynamic-extension-3c127eda69295cb306739bdd3c5ddccff6026a8d.tar.gz | |
Refactoring: corrected a number of names and added more comments
Diffstat (limited to 'include/framework/util')
| -rw-r--r-- | include/framework/util/Configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/util/Configuration.h b/include/framework/util/Configuration.h index 866128a..8e3d20f 100644 --- a/include/framework/util/Configuration.h +++ b/include/framework/util/Configuration.h @@ -49,6 +49,6 @@ enum class DeletePolicy { }; typedef ssize_t level_index; -typedef std::pair<level_index, level_index> MergeTask; +typedef std::pair<level_index, level_index> ReconstructionTask; } |