From b6ff52b514fadadf4456eee699d3c189a92eb4ac Mon Sep 17 00:00:00 2001 From: Kevin Larke Date: Thu, 7 Aug 2014 19:16:14 -0700 Subject: [PATCH] cmProc2.h : Added structure tag name to cmBinMtxFile. --- cmProc2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmProc2.h b/cmProc2.h index 9a1d185..5e77a67 100644 --- a/cmProc2.h +++ b/cmProc2.h @@ -829,7 +829,7 @@ extern "C" { //------------------------------------------------------------------------------------------------------------ // Write a binary matrix file in the format acceppted by the octave function readBinFile.m - typedef struct + typedef struct cmBinMtxFile_str { cmObj obj; cmFileH_t fh;