Skip to content

TeuchosRemainder: LinearSolverFactory virtual dtor

James Willenbring requested to merge ibaned:teuchos-lsf-virt-dtor into develop

Created by: ibaned

This class has a pure virtual method, so it needs a virtual destructor as well. There were compiler warnings indicating that LinearSolverFactory pointers were being deleted in one of the Teuchos examples.

@trilinos/teuchos

Merge request reports

Loading