~ubuntu-branches/ubuntu/raring/suitesparse/raring-proposed

« back to all changes in this revision

Viewing changes to CXSparse_newfiles/MATLAB/Test/cs_test_make.m

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere, Rafael Laboissiere, Ondrej Certik
  • Date: 2008-02-21 14:46:50 UTC
  • mfrom: (1.1.2 upstream) (5.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080221144650-tgeppgj0t7s759i8
Tags: 3.1.0-3
[ Rafael Laboissiere ]
* Upload to unstable

[ Ondrej Certik ]
* XS-DM-Upload-Allowed: yes field added
* Ondrej Certik added to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
mexfunc = { 'cs_ipvec', 'cs_pvec', 'cs_sparse2', ...
26
26
    'cs_reach', 'cs_maxtransr', 'cs_reachr', 'cs_rowcnt', 'cs_frand' } ;
27
27
 
 
28
if (ispc)
 
29
    % Windows does not support ANSI C99
 
30
    mexcmd = [mexcmd ' -DNCOMPLEX'] ;
 
31
end
 
32
 
28
33
for i = 1:length(mexfunc)
29
34
    [s t tobj] = cs_must_compile ('', mexfunc{i}, '_mex', ...
30
35
        ['.' mexext], 'cs_test_make.m', force) ;