| 4be741a6 | 25-Jun-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Make a bad default petscstack a hard error, always checked in debug mode, also make more efficient, strcmp() no longer needed
Jacob - you need to check this, I could have messed up some of your more
Make a bad default petscstack a hard error, always checked in debug mode, also make more efficient, strcmp() no longer needed
Jacob - you need to check this, I could have messed up some of your more delicate PetscStack work
Commit-type: error-checking, debugability /spend 1h
show more ...
|
| 0c99d500 | 22-May-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixes for variables declared with const char **val and similar
E:\FGH\Git\Windows\petsc-3.17.1\src\sys\objects\options.c(716): warning C4090: 'function': different 'const' qualifiers E:\FGH\Git\Wind
Fixes for variables declared with const char **val and similar
E:\FGH\Git\Windows\petsc-3.17.1\src\sys\objects\options.c(716): warning C4090: 'function': different 'const' qualifiers E:\FGH\Git\Windows\petsc-3.17.1\src\sys\objects\options.c(757): warning C4090: 'function': different 'const' qualifiers
A PetscMalloc() that does not belong in index.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30133 for x64
Commit-type: portability-fix /spend 15m Reported-by: Henrik Büsing <Henrik.Buesing@fgh-ma.de>
show more ...
|