diff options
author | joye <joye> | 2014-02-19 19:02:23 (GMT) |
---|---|---|
committer | joye <joye> | 2014-02-19 19:02:23 (GMT) |
commit | 0428dac8a219d451d90110275ac72270edf6c155 (patch) | |
tree | db62744f17fd796496758b4493284f0d78ea56f4 /src/bltGrElemBar.C | |
parent | e8005f5d56fa65a010fe07b17fc646bd540024bc (diff) | |
download | blt-0428dac8a219d451d90110275ac72270edf6c155.zip blt-0428dac8a219d451d90110275ac72270edf6c155.tar.gz blt-0428dac8a219d451d90110275ac72270edf6c155.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrElemBar.C')
-rw-r--r-- | src/bltGrElemBar.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrElemBar.C b/src/bltGrElemBar.C index 94d52e7..21ba7a7 100644 --- a/src/bltGrElemBar.C +++ b/src/bltGrElemBar.C @@ -2360,7 +2360,7 @@ void Blt_ComputeBarStacks(Graph *graphPtr) { Blt_ChainLink link; - + printf("mode: %d groups: %d\n", graphPtr->mode, graphPtr->nBarGroups); if ((graphPtr->mode != BARS_STACKED) || (graphPtr->nBarGroups == 0)) { return; } |