Skip to content

Commit

Permalink
Added large arrays switch to maci64 matlab compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Gleich committed May 8, 2009
1 parent 54f5667 commit c354522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions private/compile.m
Expand Up @@ -44,6 +44,7 @@ function compile(varargin)
libname = 'mbgl-macosx-intel-32';
case 'MACI64'
libname = 'mbgl-macosx-intel-64-large';
large_arrays = 1;
case 'SOL2'
solaris = 1;
error('Not currently supported...\n');
Expand Down

0 comments on commit c354522

Please sign in to comment.