Skip to content
Snippets Groups Projects
Commit eef61559 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files
Conflicts:
	.gitignore
	pub/src/.libs/frida2
parents 98d6282a cba91ba3
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,12 @@ autom4te.cache/*
autom4te.cache
config.log
config.status
<<<<<<< HEAD
pub/*/.deps
pub/*/.libs
=======
pub/*/.deps/*
pub/*/.libs/*
>>>>>>> cba91ba3602b321fa6b671046e6be62f143b8285
demo/lm_test
libtool
......@@ -1113,11 +1113,12 @@ void NEdif::Plot( CPlot *plot, bool add )
printf( " %u points < ymin\n", nyl );
if( nyh )
printf( " %u points > ymax\n", nyh );
continue;
} else {
plot->plotScan( false, pstyle++,
xp, yp, dyp, *(e->Z(j)),
e->P()->xco.str(), e->P()->yco.str(),
"data file "+strg(k)+" scan "+strg(j) );
"data file " + strg(k) + " scan "+strg(j) );
}
} else if ( fc && fc->kconv!=-1 ) {
// plot only at x points of convolutand
......
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