浏览代码

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

master
Kevin Larke 9 年前
父节点
当前提交
d13de045f7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      cmGnuPlot.c

+ 1
- 1
cmGnuPlot.c 查看文件

@@ -766,7 +766,7 @@ cmRC_t cmPlotLineMD( const double* x, const double* y, const double* z, unsigned
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 771
   if( p != NULL )
772 772
     _cmPrintf(fd,"%f ",*p++);

正在加载...
取消
保存