Skip to content
Snippets Groups Projects
Commit 581f8078 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

COMP: std_complex.i doesn't exist for Java

parent 61ab6749
No related branches found
No related tags found
1 merge request!29ApplicationEngine new services
......@@ -54,7 +54,9 @@
%include <std_string.i>
%include <std_vector.i>
%include <std_map.i>
#if SWIGPYTHON
%include <std_complex.i>
#endif
%template(vectorstring) std::vector< std::string >;
%template(mapstringstring) std::map< std::string, std::string >;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment