mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
[IPhreeqc] added parens for clang++ -Wlogical-op-parentheses
This commit is contained in:
parent
f2e39872a4
commit
e5a7fa638b
@ -973,8 +973,8 @@ void Phreeqc::
|
||||
print_punch(int i, boolean active)
|
||||
/* ---------------------------------------------------------------------- */
|
||||
{
|
||||
if (!(cell_data[i].punch && (transport_step % punch_modulus == 0)) &&
|
||||
!(cell_data[i].print && (transport_step % print_modulus == 0)) ||
|
||||
if ((!(cell_data[i].punch && (transport_step % punch_modulus == 0)) &&
|
||||
!(cell_data[i].print && (transport_step % print_modulus == 0))) ||
|
||||
(bcon_first == 2 && i == 0) ||
|
||||
(bcon_last == 2 && i == count_cells + 1))
|
||||
return;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user