Skip to content

Commit

Permalink
Squashed 'src/phast/PhreeqcRM/' changes from 632d95dc..7929211d
Browse files Browse the repository at this point in the history
7929211d Merge commit '9d13958d3edb021992f3531f25933de212f3c766'
9d13958d Squashed 'src/' changes from 4b4092a6..6ad69f0b

git-subtree-dir: src/phast/PhreeqcRM
git-subtree-split: 7929211d9528ff7e781bbb854c9ca77e985b154d
  • Loading branch information
Darth Vader committed Dec 6, 2024
1 parent dfd11fa commit 9b4d06c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/IPhreeqcPhast/IPhreeqc/phreeqcpp/tidy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2312,6 +2312,15 @@ tidy_species(void)
}
/* store sequence number in master structure */
master[i]->number = i;
if (master[i]->s == NULL)
{
input_error++;
error_string = sformatf(
"Species pointer is null for, %s. Check your _MASTER_ and _SPECIES definitions.",
master[i]->elt->name);
error_msg(error_string, STOP);
}

if (strcmp(master[i]->elt->name, "Alkalinity") != 0)
{
if (master[i]->primary == TRUE)
Expand Down

0 comments on commit 9b4d06c

Please sign in to comment.