We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca690c commit 15c89d9Copy full SHA for 15c89d9
src/pdn/src/PdnGen-py.i
@@ -48,12 +48,12 @@ using namespace pdn;
48
%include <std_array.i>
49
%include <std_map.i>
50
%include <std_set.i>
51
+%include <std_string.i>
52
53
%include typemaps.i
54
55
%import "odb.i"
56
%clear int & x, int & y; // defined in dbtypes.i, must be cleared here.
-%include <std_string.i>
57
58
// These are needed to coax swig into sending or returning Python
59
// lists, arrays, or sets (as appropriate) of opaque pointers. Note
0 commit comments