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