Mercurial > hg > mauch-mirex-2010
annotate _FullBNT/KPMtools/installC_KPMtools.m @ 9:4ea6619cb3f5 tip
removed log files
author | matthiasm |
---|---|
date | Fri, 11 Apr 2014 15:55:11 +0100 |
parents | b5b38998ef3b |
children |
rev | line source |
---|---|
matthiasm@8 | 1 mex ind2subv.c |
matthiasm@8 | 2 mex subv2ind.c |
matthiasm@8 | 3 mex normalise.c |
matthiasm@8 | 4 mex -c mexutil.c |
matthiasm@8 | 5 if ~isunix |
matthiasm@8 | 6 mex repmatC.c mexutil.obj |
matthiasm@8 | 7 else |
matthiasm@8 | 8 mex repmatC.c mexutil.o |
matthiasm@8 | 9 end |