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

c

parent 345098f5
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ void NCurveFile::Create( bool refers_to_data )
fout.name = string("fit_") + fd->name;
fout.kd = fiter.SelNo();
fout.xco = CCoord( "ip", "" );
fout.yco = CCoord( "p[i]", "" );
fout.yco = CCoord( "p[ip]", "" );
fout.ZCo = fd->ZCo;
fout.RPar = fd->RPar;
doc += " # z from " + fd->name;
......
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