Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
simonster committed Apr 26, 2015
1 parent 7e36c52 commit bd914b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/MATLAB.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module MATLAB
using Compat, Compat.Libdl
using Compat.Libdl: dlopen, dlsym

# mxarray
export MxArray, mxClassID, mxComplexity
Expand Down
1 change: 1 addition & 0 deletions test/mxarray.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Unit testing for MxArray

using MATLAB, Compat, Base.Test
using MATLAB: nfields

m = 5
n = 6
Expand Down

0 comments on commit bd914b7

Please sign in to comment.