Skip to content

Commit

Permalink
Closes #2231
Browse files Browse the repository at this point in the history
The "load" component is called "t", use that.
  • Loading branch information
HansOlsson committed May 10, 2019
1 parent eed940d commit a92a67b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/classes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1195,8 +1195,8 @@ \section{Balanced Models}\doublelabel{balanced-models}
\emph{Local equations}:
\begin{eqnarray*} \text{p.v} &=& \text{t.p.v};\\
0 &=& \text{p.i}-\text{t.p.i};\\
\text{c.p.v} &=& \text{load.n.v};\\
0 &=& \text{c.p.i}+\text{load.n.i};\\
\text{c.p.v} &=& \text{t.n.v};\\
0 &=& \text{c.p.i}+\text{t.n.i};\\
\text{n.v} &=& \text{c.n.v};\\
0 &=& \text{n.i}-\text{c.n.i};
\end{eqnarray*}
Expand Down

0 comments on commit a92a67b

Please sign in to comment.