diff options
Diffstat (limited to '')
-rw-r--r-- | get_ramps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/get_ramps.h b/get_ramps.h index 5c51242..2645feb 100644 --- a/get_ramps.h +++ b/get_ramps.h @@ -8,7 +8,7 @@ #define CONCAT(A, B) A##B -gamma_ramps_any_t ramps_; +union gamma_ramps_any ramps_; switch (this->partition->site->method) { #define X(CONST, CNAME, MDEPTH, MRAMPS)\ case CONST:\ |