Skip to content

Commit

Permalink
Fix LLVM/Clang warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Jul 31, 2022
1 parent d28cf50 commit d2364ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/cantera/numerics/PreconditionerBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class PreconditionerBase
public:
PreconditionerBase() {}

virtual ~PreconditionerBase() {}

//! Set a value at the specified row and column of the jacobian triplet vector
//! @param row row in the jacobian matrix
//! @param col column in the jacobian matrix
Expand Down

0 comments on commit d2364ca

Please sign in to comment.