Skip to content

Commit

Permalink
Minor polish of the camera_models_rational.h file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algomorph committed Nov 19, 2015
1 parent 1fd71f1 commit 2f00ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/calibu/cam/camera_models_rational.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,14 @@ class Rational6Camera : public CameraImpl<Scalar, 10, Rational6Camera<Scalar> >

template<typename T>
static void dProject_dparams(const T*, const T*, T* ) {
std::cerr << "dProjedt_dparams not defined for the poly3 rational model. "
std::cerr << "dProjedt_dparams not defined for the rational6 model. "
" Throwing exception." << std::endl;
throw 0;
}

template<typename T>
static void dUnproject_dparams(const T*, const T*, T* ) {
std::cerr << "dUnproject_dparams not defined for the poly3 rational model. "
std::cerr << "dUnproject_dparams not defined for the rational6 model. "
" Throwing exception." << std::endl;
throw 0;
}
Expand Down

0 comments on commit 2f00ed2

Please sign in to comment.