]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix python wrapper. 11697/head
authorCe Qin <qince168@gmail.com>
Thu, 28 Jan 2021 08:33:55 +0000 (16:33 +0800)
committerCe Qin <qince168@gmail.com>
Sat, 6 Feb 2021 08:30:56 +0000 (16:30 +0800)
contrib/python-bindings/source/wrappers.cc

index fabd0c96251d98d14ed35e8cdcb5da822f0ddb80..05d0885fd1ea535e5c001788fb578d34da361720 100644 (file)
@@ -37,8 +37,6 @@ namespace python
   export_manifold();
   void
   export_quadrature();
-  void
-  export_reference_cell();
 } // namespace python
 
 DEAL_II_NAMESPACE_CLOSE
@@ -67,7 +65,6 @@ BOOST_PYTHON_MODULE(Debug)
   // message is printed.
   dealii::deal_II_exceptions::disable_abort_on_exception();
 
-  dealii::python::export_reference_cell();
   dealii::python::export_tria_accessor();
   dealii::python::export_cell_accessor();
   dealii::python::export_point();
@@ -88,7 +85,6 @@ BOOST_PYTHON_MODULE(Release)
   doc_options.enable_py_signatures();
   doc_options.disable_cpp_signatures();
 
-  dealii::python::export_reference_cell();
   dealii::python::export_tria_accessor();
   dealii::python::export_cell_accessor();
   dealii::python::export_point();

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.