Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fangq/mcx
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Aug 20, 2018
2 parents e3bb0e8 + 91e0de1 commit e37fc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mcxlab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]){
mcx_initcfg(&cfg);
cfg.isgpuinfo=3;
if(!(activedev=mcx_list_gpu(&cfg,&gpuinfo))){
mexWarnMsgTxt("no active GPU device found");
mexErrMsgTxt("no active GPU device found");
}
plhs[0] = mxCreateStructMatrix(gpuinfo[0].devcount,1,15,gpuinfotag);
for(int i=0;i<gpuinfo[0].devcount;i++){
Expand Down

0 comments on commit e37fc54

Please sign in to comment.