minor fixes

This commit is contained in:
tth
2021-02-10 16:19:15 +01:00
parent 75f36c0f6a
commit 57af8c2e93
6 changed files with 26 additions and 15 deletions

View File

@@ -171,7 +171,7 @@ switch(opt) {
foo = essai_lecture_png(filename, outfile, 0);
break;
case Plasmas:
foo = essai_plasma(filename, outfile, 1, 13.37);
foo = essai_plasma(filename, outfile, 1, global_fvalue);
fprintf(stderr, "we are all plasmafields\n");
break;
default: