Changeset 1084

Show
Ignore:
Timestamp:
06/11/10 14:22:47 (14 years ago)
Author:
smidl
Message:

fix

Files:
1 modified

Legend:

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

    r1083 r1084  
    1717        // Check the number of inputs and output arguments 
    1818        if ( n_input<1 ) mexErrMsgTxt ( "Usage:\n" 
    19                                                 "mat=pdf_evallog_mat(pdf_struct, nos)\n" 
     19                                                "mat=pdf_evallog_mat(pdf_struct, points)\n" 
    2020                                                "  pdf_struct = struct('class','pdf_offspring',...);      % description of pdf\n" 
    2121                                                "  points     = pdf_dimension x npoints matrix;           % points in which to evaluate\n"