Skip to content

Commit

Permalink
core: adds replacement functions for Parallel MATLAB Toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
vedaldi committed Jan 8, 2016
1 parent ea876c7 commit 08cd890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions matlab/compatibility/parallel/labindex.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
function i = labindex()
i = 1 ;
2 changes: 2 additions & 0 deletions matlab/compatibility/parallel/numlabs.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
function n = numlabs()
n = 1 ;

0 comments on commit 08cd890

Please sign in to comment.