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

c

parent 20b9ed62
No related branches found
No related tags found
No related merge requests found
...@@ -199,10 +199,7 @@ void NFileIn::Load_08( ifstream& FS, string flong ) ...@@ -199,10 +199,7 @@ void NFileIn::Load_08( ifstream& FS, string flong )
string expr; string expr;
*pName >> expr; *pName >> expr;
fc->parseFunction( expr ); fc->parseFunction( expr );
uint np = fc->T->npar(); fc->curveDefaults();
for( uint ip=0; ip<np; ip++ )
fc->PCo.push_back( CCoord("p" + S(ip), "") );
fc->setAux();
} }
//start to read Tables //start to read Tables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment