Skip to content

Commit

Permalink
Fix parentheses in coating equation.
Browse files Browse the repository at this point in the history
  • Loading branch information
proog128 committed Sep 22, 2023
1 parent 0fd532e commit 6ed31f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec-2019x.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
\begin{equation}
\begin{aligned}
&\text{Coated}(\mathbf{v}, \mathbf{l}; r_u, r_v, \rho, s, \eta, \rho_s, b, c, \alpha_c, \mathbf{n}_c) = \\
&\quad\quad\quad\quad \text{Core}(\mathbf{v}, \mathbf{l}; r_u, r_v, \rho, s, \eta, \rho_s, b) \,(1 - c \ \max(F_c(\mathbf{n}_c \cdot \mathbf{v}), F_c(\mathbf{n}_c \cdot \mathbf{l})) \, \\
&\quad\quad\quad\quad \text{Core}(\mathbf{v}, \mathbf{l}; r_u, r_v, \rho, s, \eta, \rho_s, b) \,(1 - c \ \max(F_c(\mathbf{n}_c \cdot \mathbf{v}), F_c(\mathbf{n}_c \cdot \mathbf{l}))) \, \\
&\quad\quad\quad +M_c(\mathbf{v},\mathbf{l}; \alpha_c, \mathbf{n}_c) \, c \ F_c(\mathbf{h} \cdot \mathbf{v}) \, \\
\end{aligned}
\end{equation}
Expand Down
2 changes: 1 addition & 1 deletion spec-2021x.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@
\begin{equation}
\begin{aligned}
&\text{Coated}(\mathbf{v}, \mathbf{l}; c, r_c, \mathbf{n}_c, \ldots) = \\
&\quad \text{GlitteryCore}(\mathbf{v}, \mathbf{l}; \ldots) \,(1 - c \ \max(F_c(\mathbf{v} \cdot \mathbf{n}_c), F_c(\mathbf{l} \cdot \mathbf{n}_c)) \, \\
&\quad \text{GlitteryCore}(\mathbf{v}, \mathbf{l}; \ldots) \,(1 - c \ \max(F_c(\mathbf{v} \cdot \mathbf{n}_c), F_c(\mathbf{l} \cdot \mathbf{n}_c))) \, \\
& +M_c(\mathbf{v},\mathbf{l},\mathbf{h}_r; r_c, \mathbf{n}_c) \, c \ F_c(\mathbf{h} \cdot \mathbf{v}) \, \\
\end{aligned}
\end{equation}
Expand Down
2 changes: 1 addition & 1 deletion spec-2022x.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@
\begin{equation}
\begin{aligned}
&\text{Coated}(\mathbf{v}, \mathbf{l}; c, r_c, \mathbf{n}_c, \ldots) = \\
&\quad \text{GlitteryCore}(\mathbf{v}, \mathbf{l}; \ldots) \,(1 - c \ \max(F_c(\mathbf{v} \cdot \mathbf{n}_c), F_c(\mathbf{l} \cdot \mathbf{n}_c)) \, \\
&\quad \text{GlitteryCore}(\mathbf{v}, \mathbf{l}; \ldots) \,(1 - c \ \max(F_c(\mathbf{v} \cdot \mathbf{n}_c), F_c(\mathbf{l} \cdot \mathbf{n}_c))) \, \\
& +M_c(\mathbf{v},\mathbf{l},\mathbf{h}_r; r_c, \mathbf{n}_c) \, c \ F_c(\mathbf{h} \cdot \mathbf{v}) \, \\
\end{aligned}
\end{equation}
Expand Down

0 comments on commit 6ed31f5

Please sign in to comment.