"Stowell, Mark L." <[email protected]> writes:
> This leads to numerous error messages of the form
>
> .../petsc-3.6.0/src/dm/impls/da/dageometry.c:643: 
> __FUNCT__="DMDACnvertToCell" does not agree with __func__="DMDAConvertToCell"

Both C99 and C++11 defines __func__ (and most pre-C++11 compilers define
__func__ and/or __FUNCTION__).  Shall we consider deleting 22328 lines
of PETSc by just using those (perhaps with a fallback to a less useful
stack trace)?

Attachment: signature.asc
Description: PGP signature

Reply via email to