Show
Ignore:
Timestamp:
11/17/09 20:55:03 (15 years ago)
Author:
smidl
Message:

Reworked epdf_harness - testing is now more general.

Corrections of existing tests.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/mex/epdf_sample_mat.cpp

    r729 r730  
    2727 
    2828        int nos=10; 
    29         if (n_input>1) {nos = (int)mexGetPr(input[1]);} 
     29        if (n_input>1) {nos = (int)(*mxGetPr(input[1]));} 
    3030         
    3131        UImxArray Cfg(input[0]);