mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Merge commit '7c714dfbd3c917247c9c9346799bb3fa1b9dee16'
This commit is contained in:
commit
4c58a0f6b7
@ -1897,7 +1897,8 @@ namespace Utilities
|
||||
for (it = b.begin(); it != b.end(); ++it)
|
||||
{
|
||||
// Adding logic to dump only non-negative entities
|
||||
if (it->second.Get_n_user() >= 0)
|
||||
//if (it->second.Get_n_user() >= 0)
|
||||
if (it->first >= 0 && it->second.Get_n_user() >= 0)
|
||||
{
|
||||
it->second.dump_raw(s_oss, indent);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user