Skip to content

Commit

Permalink
Fixed coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoppert committed Nov 14, 2015
1 parent dc0eb16 commit 9cd6ac3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/attitude.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ int main()
Quatf q_prod_check(
0.93394439f, 0.0674002f, 0.20851f, 0.28236266f);
assert(q_prod_check == q_check*q_check);
q_check *= q_check;
assert(q_prod_check == q_check);

};

Expand Down

0 comments on commit 9cd6ac3

Please sign in to comment.