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

test t6.inp to debug 'cr'

parent dcece075
No related branches found
No related tags found
No related merge requests found
...@@ -364,8 +364,7 @@ void NCurveFile::ChangeRange() ...@@ -364,8 +364,7 @@ void NCurveFile::ChangeRange()
fc->range_T = PNode(); fc->range_T = PNode();
continue; continue;
} }
PNode T = user_xaxparse( expr.c_str() ); fc->range_T = user_xaxparse( expr.c_str() );
fc->range_T = T;
} }
} }
......
# test fit range restriction (command 'cr')
fm 11 1 \
oy 7+x^2.2
cc p0+p1*t^2
cr x<5
cf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment