Skip to content

Commit

Permalink
python cleanup warning
Browse files Browse the repository at this point in the history
  • Loading branch information
burlen committed May 6, 2021
1 parent 1efc41e commit 86dbcaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/teca_py_core.i
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,6 @@ class teca_algorithm_executive;
%shared_ptr(teca_algorithm)
class teca_algorithm;
%template(teca_algorithm_base) std::enable_shared_from_this<teca_algorithm>;
typedef std::pair<std::shared_ptr<teca_algorithm>, unsigned int> teca_algorithm_output_port;
%template(teca_output_port_type) std::pair<std::shared_ptr<teca_algorithm>, unsigned int>;
%include "teca_common.h"
%include "teca_shared_object.h"
Expand Down

0 comments on commit 86dbcaf

Please sign in to comment.