mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Merge commit '3c8e294fd35563abbf53316d100d9f900e2b5b5a'
This commit is contained in:
commit
b4a1f672db
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user