Skip to content

Amesos: Scalapack: Fix assertions with side-effects.

James Willenbring requested to merge bavier:amesos-scalapack-ndebug into develop

Created by: bavier

This is a follow-up to 69c2781d.

  • packages/amesos/src/Amesos_Scalapack.cpp (Amesos_Scalapack::Solve): Use 'EPETRA_CHK_ERR' rather than 'assert' for checks with side-effects.

Merge request reports