STYLE: update names of known solvers, consistent End value (issue #856)

This commit is contained in:
Mark Olesen
2018-06-21 16:03:06 +02:00
parent 237f20b0ed
commit f7d4f52726
5 changed files with 9 additions and 6 deletions

View File

@ -25,7 +25,7 @@ Application
lumpedPointMovement
Description
Thus utility can be used to produce VTK files to visualize the response
This utility can be used to produce VTK files to visualize the response
points/rotations and the corresponding movement of the building surfaces.
Uses the tabulated responses from the specified file.
Optionally, it can also be used to a dummy responder for the
@ -253,10 +253,11 @@ int main(int argc, char *argv[])
}
}
}
}
Info<< args.executable() << ": End\n" << endl;
Info<< args.executable() << ": finishing" << nl;
Info<< "\nEnd\n" << endl;
return 0;
}