diff options
Diffstat (limited to '')
-rw-r--r-- | set_ramps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/set_ramps.h b/set_ramps.h index 6f564c3..1ef08e8 100644 --- a/set_ramps.h +++ b/set_ramps.h @@ -6,7 +6,7 @@ */ -gamma_ramps_any_t ramps_; +union gamma_ramps_any ramps_; switch (this->partition->site->method) { #define X(CONST, CNAME, MDEPTH, MRAMPS)\ case CONST:\ |