DMRITool  v0.1.1-139-g860d86b4
Diffusion MRI Tool
test_puremex.cxx
Go to the documentation of this file.
1 
18 #include <iostream>
19 #include "mex.h"
20 // #include "mexutils.h"
21 
22 void mexFunction(int nlhs, mxArray *plhs[],
23  int nrhs, const mxArray *prhs[])
24 {
25  // utlGlobalException(nrhs!=1, "Bad number of inputs arguments");
26  // double num = mxGetScalar(prhs[0]);
27  std::cout << "num = " << 15 << std::endl << std::flush;
28 }
void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])