| 94d6a431 | 06-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
PetscOptionsGetViewer() prints the same help message multiple times, fixed
by keeping a hash of the prefix + optionname string and checking against previous hashes Also fixed a few typos in help mes
PetscOptionsGetViewer() prints the same help message multiple times, fixed
by keeping a hash of the prefix + optionname string and checking against previous hashes Also fixed a few typos in help messages.
Time: 2 hours Reported-by: Jose E. Roman <jroman@dsic.upv.es>
show more ...
|
| 52f0073c | 22-Mar-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Updated fortran interface definitions for TS, SNES, KSP monitor that use PetscViewerAndFormat
for some reason clang did not object to implicit casting from void *
Time: .1 hour Reported-by: nightly
Updated fortran interface definitions for TS, SNES, KSP monitor that use PetscViewerAndFormat
for some reason clang did not object to implicit casting from void *
Time: .1 hour Reported-by: nightly test
show more ...
|