blob: 68bf9265dac94b3cdae6a8d66861b0209afbb076 [file] [log] [blame]
Austin Schuh7400da02018-01-28 19:54:58 -08001#include <ct/optcon/optcon-prespec.h>
2#include <ct/optcon/constraint/term/TerminalConstraint-impl.h>
3
4#if @DOUBLE_OR_FLOAT@
5template class ct::optcon::TerminalConstraint<@STATE_DIM_PRESPEC@, @CONTROL_DIM_PRESPEC@, @SCALAR_PRESPEC@>;
6#endif