diff options
author | joye <joye> | 2014-04-25 18:16:59 (GMT) |
---|---|---|
committer | joye <joye> | 2014-04-25 18:16:59 (GMT) |
commit | 4eacc9c6e7ccaf5cd10173113a6e515bf25af027 (patch) | |
tree | 78918e758077ebed6b9d9f840d8db5e6ac3fbbd9 /src/bltGrElem.h | |
parent | d6e67efbcc5df4de3f11d84397d1e0ae1d689ca1 (diff) | |
download | blt-4eacc9c6e7ccaf5cd10173113a6e515bf25af027.zip blt-4eacc9c6e7ccaf5cd10173113a6e515bf25af027.tar.gz blt-4eacc9c6e7ccaf5cd10173113a6e515bf25af027.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrElem.h')
-rw-r--r-- | src/bltGrElem.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bltGrElem.h b/src/bltGrElem.h index 6984aa5..54a3fb6 100644 --- a/src/bltGrElem.h +++ b/src/bltGrElem.h @@ -78,7 +78,8 @@ typedef struct { double *values; int nValues; int arraySize; - double min, max; + double min; + double max; } ElemValues; typedef struct { |