diff options
Diffstat (limited to 'rspl/rspl1.h')
-rw-r--r-- | rspl/rspl1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rspl/rspl1.h b/rspl/rspl1.h index d5ea0b9..747abd5 100644 --- a/rspl/rspl1.h +++ b/rspl/rspl1.h @@ -44,7 +44,7 @@ typedef struct { #define RSPL_NOFLAGS 0 struct _rspl { - + /* Private: */ int nig; /* number in interpolation grid */ double gl,gh,gw;/* Interpolation grid scale low, high, grid cell width */ |