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