summaryrefslogtreecommitdiffstats
path: root/src/bltGraph.C
diff options
context:
space:
mode:
authorjoye <joye>2014-04-24 16:27:43 (GMT)
committerjoye <joye>2014-04-24 16:27:43 (GMT)
commit672793e3b2f23fdeefb22f7be6437d2048930188 (patch)
tree585706134eaccfd75dfdf129682a98f4fff4c815 /src/bltGraph.C
parent930a8fe1233c690bf375a2add02fd610d4bbf3d1 (diff)
downloadblt-672793e3b2f23fdeefb22f7be6437d2048930188.zip
blt-672793e3b2f23fdeefb22f7be6437d2048930188.tar.gz
blt-672793e3b2f23fdeefb22f7be6437d2048930188.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGraph.C')
-rw-r--r--src/bltGraph.C4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bltGraph.C b/src/bltGraph.C
index 799dfcc..4b06ea2 100644
--- a/src/bltGraph.C
+++ b/src/bltGraph.C
@@ -27,6 +27,8 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+#include <float.h>
+
extern "C" {
#include "bltInt.h"
#include "bltList.h"
@@ -504,7 +506,7 @@ void Graph::extents(Region2d* regionPtr)
regionPtr->bottom = (double)(vOffset_ + vRange_ + ops->yPad);
}
-int Graph::invoke(const TkEnsemble* ensemble, int cmdIndex,
+int Graph::invoke(const Ensemble* ensemble, int cmdIndex,
int objc, Tcl_Obj* const objv[])
{
while (cmdIndex < objc) {