mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
refactor: add default destructor for PhreeqcMatrix class
This commit is contained in:
parent
58335f0a17
commit
724cdcab0a
@ -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