Advertisement
Guest User

Untitled

a guest
Feb 10th, 2013
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. diff --git a/gruel/src/swig/pmt_swig.i b/gruel/src/swig/pmt_swig.i
  2. index 84f48b0..a4fffb7 100644
  3. --- a/gruel/src/swig/pmt_swig.i
  4. +++ b/gruel/src/swig/pmt_swig.i
  5. @@ -42,6 +42,7 @@
  6. %include <std_vector.i>
  7. %include <stl.i>
  8.  
  9. +/*
  10. namespace std {
  11. %template() vector<unsigned char>;
  12. %template() vector<uint8_t>;
  13. @@ -58,6 +59,7 @@ namespace std {
  14. %template() vector< std::complex<float> >;
  15. %template() vector< std::complex<double> >;
  16. };
  17. +*/
  18.  
  19. ////////////////////////////////////////////////////////////////////////
  20. // Language independent exception handler
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement