Browse Source

cmProc2.h : Added structure tag name to cmBinMtxFile.

master
Kevin Larke 10 years ago
parent
commit
b6ff52b514
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cmProc2.h

+ 1
- 1
cmProc2.h View File

@@ -829,7 +829,7 @@ extern "C" {
829 829
   //------------------------------------------------------------------------------------------------------------
830 830
   // Write a binary matrix file in the format acceppted by the octave function readBinFile.m
831 831
 
832
-  typedef struct
832
+  typedef struct cmBinMtxFile_str
833 833
   {
834 834
     cmObj      obj;
835 835
     cmFileH_t  fh;

Loading…
Cancel
Save