Skip to content

Commit

Permalink
Minor fix to unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
broxtronix committed Nov 27, 2006
1 parent 43c13e1 commit 24ea3e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vw/Camera/tests/TestLinearPushbroomModel.h
Expand Up @@ -50,6 +50,8 @@ class TestLinearPushbroomModel : public CxxTest::TestSuite
1.0, // focal length
0.01, // along_scan_pixel_size
0.01, // across_scan_pixel_size
Vector3(0,0,1), // looakat vector
Vector3(0,1,0), // horizontal pixel vector
pose,
position,
velocity);
Expand Down

0 comments on commit 24ea3e3

Please sign in to comment.