Modifications to SWIG (1.3.29)

  • add directors for arrays and directorargout code (necessary for G4Field).
  • print out exceptions in directors
  • disabled weak references

Not in use:

  • protected member fields now get getters and setters (DISABLED, no way to access protected fields in C++).
  • need_protected always return 1 for having a proper symbol table (DISABLED, see above).
  • ignoring protected methods seems to Bus Error