~durga/maus/rel709

« back to all changes in this revision

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

  • Committer: Durga Rajaram
  • Date: 2013-10-01 00:19:57 UTC
  • mfrom: (659.1.74 rc)
  • Revision ID: durga@fnal.gov-20131001001957-iswih60vis9rodw0
Tags: MAUS-v0.7.1
MAUS-v0.7.1

Show diffs side-by-side

added added

removed removed

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