TeuchosRemainder: LinearSolverFactory virtual dtor
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