summaryrefslogtreecommitdiffstats
path: root/src/bltGrElem.h
diff options
context:
space:
mode:
authorjoye <joye>2014-04-25 18:16:59 (GMT)
committerjoye <joye>2014-04-25 18:16:59 (GMT)
commit4eacc9c6e7ccaf5cd10173113a6e515bf25af027 (patch)
tree78918e758077ebed6b9d9f840d8db5e6ac3fbbd9 /src/bltGrElem.h
parentd6e67efbcc5df4de3f11d84397d1e0ae1d689ca1 (diff)
downloadblt-4eacc9c6e7ccaf5cd10173113a6e515bf25af027.zip
blt-4eacc9c6e7ccaf5cd10173113a6e515bf25af027.tar.gz
blt-4eacc9c6e7ccaf5cd10173113a6e515bf25af027.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrElem.h')
-rw-r--r--src/bltGrElem.h3
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 {