~c-e-pidcott/maus/devel

« back to all changes in this revision

Viewing changes to src/map/MapCppTOFDigitization/MapCppTOFDigitization.i

  • Committer: Chris Rogers
  • Date: 2011-11-04 16:46:18 UTC
  • mfrom: (656.1.27 maus-trunk3)
  • Revision ID: chris.rogers@stfc.ac.uk-20111104164618-4gaisprgsgivebix
Changes for release 0.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
%module MapCppTOFDigitization
2
 
 %{
3
 
 /* Includes the header in the wrapper code */
4
 
 #include "MapCppTOFDigitization.hh"
5
 
 %}
6
 
%include "std_string.i"
7
 
 
8
 
%include "MapCppTOFDigitization.hh"
9