DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
Wrapping
Matlab
Tests
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
}
mexFunction
void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
Definition:
test_puremex.cxx:22
Generated by
1.8.11