Skip to content
Snippets Groups Projects
Commit c0370606 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent b8894df8
No related branches found
No related tags found
No related merge requests found
// $Id: Graph2D.cpp,v 1.61 2007-08-31 09:18:16 geuzaine Exp $ // $Id: Graph2D.cpp,v 1.62 2007-08-31 16:55:52 geuzaine Exp $
// //
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
// //
...@@ -367,9 +367,8 @@ void Draw_Graph2D() ...@@ -367,9 +367,8 @@ void Draw_Graph2D()
} }
if(graphs.empty()) return; if(graphs.empty()) return;
double xsep = 0., ysep = 5 * gl_height();
gl_font(CTX.gl_font_enum, CTX.gl_fontsize); gl_font(CTX.gl_font_enum, CTX.gl_fontsize);
double xsep = 0., ysep = 5 * gl_height();
char label[1024]; char label[1024];
for(unsigned int i = 0; i < graphs.size(); i++) { for(unsigned int i = 0; i < graphs.size(); i++) {
PViewOptions *opt = graphs[i]->getOptions(); PViewOptions *opt = graphs[i]->getOptions();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment