Browse Source

cmGnuPlot.c : Removed 'inline' from _cmPrintData().

master
Kevin Larke 9 years ago
parent
commit
d13de045f7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cmGnuPlot.c

+ 1
- 1
cmGnuPlot.c View File

766
 }
766
 }
767
 
767
 
768
 
768
 
769
-inline const double* _cmPrintData( int fd, unsigned i, const double* p, double minV, double fact )
769
+const double* _cmPrintData( int fd, unsigned i, const double* p, double minV, double fact )
770
 {
770
 {
771
   if( p != NULL )
771
   if( p != NULL )
772
     _cmPrintf(fd,"%f ",*p++);
772
     _cmPrintf(fd,"%f ",*p++);

Loading…
Cancel
Save