-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvbw.i
More file actions
17 lines (15 loc) · 750 Bytes
/
Copy pathvbw.i
File metadata and controls
17 lines (15 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* vbw.i */
%module vbw
%include "std_string.i"
%{
#define SWIG_FILE_WITH_INIT
#include "VBW_mc.hh"
/* Put header files here or function declarations like below */
/*extern void run_vbw(const int &again, const int &k, const std::string &mdfile,
const int &N, const std::string &presaxsfile, const std::string &saxsfile, const std::string &saxserrfile,
const std::string &outfile, const int &nprocs, const double &w_cut);*/
%}
%include "VBW_mc.hh"
/*extern void run_vbw(const int &again, const int &k, const std::string &mdfile,
const int &N, const std::string &presaxsfile, const std::string &saxsfile, const std::string &saxserrfile,
const std::string &outfile, const int &nprocs, const double &w_cut);*/