Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 14be1f18 authored by FELŠÖCI Marek's avatar FELŠÖCI Marek
Browse files

Fix typo

parent 07ea02fa
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,7 @@ int main(int argc, char **argv) { ...@@ -174,7 +174,7 @@ int main(int argc, char **argv) {
printf("[minisolver] batch input file = %s\n", batch_input); printf("[minisolver] batch input file = %s\n", batch_input);
printf("[minisolver] batch output file = %s\n", batch_output); printf("[minisolver] batch output file = %s\n", batch_output);
printf("[minisolver] runnin test batch ... "); printf("[minisolver] running test batch ... ");
ierr = run_batch(); CHKERRQ(ierr); ierr = run_batch(); CHKERRQ(ierr);
printf("done\n"); printf("done\n");
......
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