Skip to content

Commit

Permalink
missing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
hklion committed Dec 13, 2023
1 parent 80e5cb2 commit 55a9aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Exec/Seamount/prob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ init_custom_prob(
state(i,j,k,Temp_comp)=m_solverChoice.T0+7.5_rt*std::exp(z/1000.0_rt);
if (l_use_salt) {
state(i,j,k,Salt_comp)=m_solverChoice.S0;
}

// Set scalar = 0 everywhere
state(i, j, k, Scalar_comp) = 0.0;
Expand Down

0 comments on commit 55a9aae

Please sign in to comment.