diff options
| author | Mahmoud <[email protected]> | 2020-05-22 20:16:04 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2020-05-22 20:16:04 -0400 |
| commit | 84213ffa0416139c7711eb0784b8a46b0de8c538 (patch) | |
| tree | 757072f83da2d4cc1a787185f7c3582145a2cd94 /src/abstract_hardware_model.h | |
| parent | 62517049f7f0a2503cb72382a3fb089d3e037bb7 (diff) | |
code reformatting
Diffstat (limited to 'src/abstract_hardware_model.h')
| -rw-r--r-- | src/abstract_hardware_model.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index 135b03b..6c19e2d 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -70,7 +70,7 @@ enum FuncCache enum AdaptiveCache { FIXED = 0, - VOLTA = 1 + ADAPTIVE_VOLTA = 1 }; #ifdef __cplusplus |
