Skip to content
Snippets Groups Projects
Commit 1081f7bc authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

c

parent d3885323
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ void CAxis::setRoundedLimits( const string& axnam, double _inf, double _sup ) ...@@ -80,7 +80,7 @@ void CAxis::setRoundedLimits( const string& axnam, double _inf, double _sup )
static double relmargin = 0.05; static double relmargin = 0.05;
static double digits = 2; static double digits = 2;
if ( inf==-INFINITY || sup==+INFINITY ) if ( _inf==-INFINITY || _sup==+INFINITY )
throw "unexpected inf limits when rounding " + axnam + " plot range"; throw "unexpected inf limits when rounding " + axnam + " plot range";
if( _inf>=_sup ) if( _inf>=_sup )
throw "Cannot round " + axnam + " plot range " + throw "Cannot round " + axnam + " plot range " +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment