00001 00010 #ifndef PY_RESERVOIR_H 00011 #define PY_RESERVOIR_H 00012 00013 #include "reservoir.h" 00014 #include "facility_manager.h" 00015 #include "well_connection.h" 00016 00017 namespace blue_sky { 00018 namespace python { 00019 00023 void 00024 py_export_reservoir(); 00025 00026 } // namespace python 00027 } // namespace blue_sky 00028 00029 #endif // PY_RESERVOIR_H 00030