Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
narmstro2020 committed Mar 31, 2024
1 parent 1400f9a commit 7fa913b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class LinearSystemSim {
*/
void SetInput(const Vectord<Inputs>& u) { m_u = ClampInput(u); }

/*
/**
* Sets the system inputs.
*
* @param row The row in the input matrix to set.
Expand Down

0 comments on commit 7fa913b

Please sign in to comment.