00001 00010 #ifndef BS_PY_JACOBIAN_H_ 00011 #define BS_PY_JACOBIAN_H_ 00012 00013 namespace blue_sky { 00014 namespace python { 00015 00019 void 00020 py_export_jacobian (); 00021 00022 } // namespace python 00023 } // namespace blue_sky 00024 00025 00026 #endif // #ifndef BS_PY_JACOBIAN_H_ 00027