tabula_rasa() in main(), fuer batch mode

This commit is contained in:
rlar 2012-10-20 12:53:13 +02:00 committed by dwarning
parent 5e0fd1bf16
commit db5268b2ad
1 changed files with 3 additions and 0 deletions

View File

@ -1281,9 +1281,11 @@ main(int argc, char **argv)
fprintf(stderr,
"Note: No \".plot\", \".print\", or \".fourier\" lines; "
"no simulations run\n");
tabula_rasa();
sp_shutdown(EXIT_BAD);
}
tabula_rasa();
sp_shutdown(EXIT_NORMAL);
return 0;
} /* --- if (ft_batchmode) --- */
@ -1322,6 +1324,7 @@ main(int argc, char **argv)
app_rl_readlines();
}
tabula_rasa();
sp_shutdown(EXIT_NORMAL);
return 0;
}