mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
refactor: add default destructor for PhreeqcMatrix class
This commit is contained in:
parent
61214a01ad
commit
969a4cbefd
@ -31,6 +31,14 @@ public:
|
||||
*/
|
||||
PhreeqcMatrix() = default;
|
||||
|
||||
/**
|
||||
* @brief Destroy the Phreeqc Matrix object
|
||||
*
|
||||
* There is no special cleanup needed for PhreeqcMatrix, thus the default (and
|
||||
* implicit) destructor is used.
|
||||
*/
|
||||
~PhreeqcMatrix() = default;
|
||||
|
||||
/**
|
||||
* @brief Construct a new Phreeqc Matrix object
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user