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 )
string expr;
*pName >> expr;
fc->parseFunction( expr );
uint np = fc->T->npar();
for( uint ip=0; ip<np; ip++ )
fc->PCo.push_back( CCoord("p" + S(ip), "") );
fc->setAux();
fc->curveDefaults();
}
//start to read Tables
......
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