We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02bdad3 commit 44f5682Copy full SHA for 44f5682
1 file changed
src/tnlp.hxx
@@ -398,10 +398,6 @@ namespace roboptim
398
constraintsBuf_ =
399
typename function_t::result_t (constraintsOutputSize ());
400
401
-#ifndef ROBOPTIM_DO_NOT_CHECK_ALLOCATION
402
- Eigen::internal::set_is_malloc_allowed (true);
403
-#endif //! ROBOPTIM_DO_NOT_CHECK_ALLOCATION
404
-
405
Eigen::Map<const typename function_t::argument_t> x_ (x, n);
406
407
typedef typename constraints_t::const_iterator citer_t;
0 commit comments