~t-carlisle1/maus/test

« back to all changes in this revision

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

  • Committer: Timothy Carlisle (MICE 2008)
  • Date: 2011-06-22 16:59:28 UTC
  • mfrom: (486.3.56 maus)
  • Revision ID: carlisle@pplxint6.physics.ox.ac.uk-20110622165928-4mr32fa3anlw2odu
bleu

Show diffs side-by-side

added added

removed removed

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