diff options
Diffstat (limited to 'src/libgamma/AdjustmentMethod.java')
-rw-r--r-- | src/libgamma/AdjustmentMethod.java | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libgamma/AdjustmentMethod.java b/src/libgamma/AdjustmentMethod.java index 7b98377..7805533 100644 --- a/src/libgamma/AdjustmentMethod.java +++ b/src/libgamma/AdjustmentMethod.java @@ -80,6 +80,16 @@ public enum AdjustmentMethod /** + * Type initialiser. + */ + static + { + Libgamma.initialise(); + } + + + + /** * The index of the last gamma method, neither it * nor any index before it may actually be supported * as it could have been disabled at compile-time |