source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/lightspeed/addflops.c @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 241 bytes
Line 
1#include "mex.h"
2#include "flops.h"
3
4void mexFunction(int nlhs, mxArray *plhs[],
5                 int nrhs, const mxArray *prhs[])
6{
7  if(nrhs != 1) mexErrMsgTxt("Usage: addflops(count)");
8  addflops((unsigned)*mxGetPr(prhs[0]));
9}
Note: See TracBrowser for help on using the repository browser.