Changeset 164 for trunk


Ignore:
Timestamp:
Jan 31, 2006 11:08:45 AM (18 years ago)
Author:
dkearney
Message:

more matlab changes i forgot to add in previous updates

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/matlab/RpMatlabInterface.h

    r115 r164  
    1616
    1717#include "RpBindingsDict.h"
    18 #include "RpLibraryCInterface.h"
     18// #include "RpLibraryCInterface.h"
    1919#include "RpUnits.h"
     20#include "RpLibrary.h"
    2021
    2122// dont delete this, still working on making it happen
  • trunk/test/src/RpMatlab_test.m

    r156 r164  
    1818% before you run this script you need to manually start up matlab and
    1919% add the src and src/matlab directories to your path
     20%
     21% or do this:
     22%
    2023% cd test
    2124% matlab -nodisplay -r path\(path,\'src\'\),infile=\'rplib_test.xml\',RpMatlab_test
    2225
    2326%path(path,src');
    24 path(path,'src/matlab');
     27%path(path,'src/matlab');
    2528
    2629lib = rpLib(infile);
Note: See TracChangeset for help on using the changeset viewer.