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

corr y08 output

parent 0f4c8a76
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ void CScan::Save( FILE *fd, string fmt ) const
{
if( fmt=="y08" ){
for ( size_t i=0; i<z.size(); i++ )
fprintf( fd, " %zu: %18.10g\n", i, z[i] );
fprintf( fd, " z%zu: %18.10g\n", i, z[i] );
fprintf( fd, " xy: |2 # %zu entries\n", size() );
for( size_t i=0; i<size(); i++ )
fprintf( fd, " %20.15g %20.15g\n", x[i], y[i] );
......
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