Skip to content

Commit

Permalink
Remove hs.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbl committed Jul 18, 2017
1 parent 4cfa11c commit 5b34825
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ namespace aslam {
class_< DesignVariableAdapter<dv_t>, boost::shared_ptr<DesignVariableAdapter<dv_t> >, bases<DesignVariable> >( name.c_str(), init<boost::shared_ptr< dv_t> >() )
.def("value", &DesignVariableAdapter<dv_t>::valuePtr)
;

sm::python::unique_register_ptr_to_python<boost::shared_ptr<DesignVariableAdapter<dv_t> > >();
//boost::python::implicitly_convertible<boost::shared_ptr<DesignVariableAdapter<dv_t> >, boost::shared_ptr<DesignVariable> >();

Expand Down

0 comments on commit 5b34825

Please sign in to comment.