From 8f2a4467c85b2a17fb2c90c68fca76fc2a79e7c2 Mon Sep 17 00:00:00 2001 From: bklare Date: Mon, 15 Jun 2015 21:26:30 +0000 Subject: [PATCH] Fix typo --- scripts/matlab/loadOpenBR.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/matlab/loadOpenBR.m b/scripts/matlab/loadOpenBR.m index 45ffbe2..4e2acbc 100644 --- a/scripts/matlab/loadOpenBR.m +++ b/scripts/matlab/loadOpenBR.m @@ -1,7 +1,7 @@ % This script will read a matrix container format where the first two entires are 32-bit ints % specifying the number of rows and columns (respectively). The remaining buffer is 32-bit floats % with all the matrix contents, in row-major order. -function [x] = loadBin(filename,reverse) +function [x] = loadOpenBR(filename,reverse) if nargin < 2, % Use this option if the data was serlialized in column-major order. -- libgit2 0.21.4