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

This commit is contained in:
Kevin Larke 2015-12-13 09:09:31 -05:00
parent a839c3dd92
commit d13de045f7

View File

@ -766,7 +766,7 @@ cmRC_t cmPlotLineMD( const double* x, const double* y, const double* z, unsigned
}
inline const double* _cmPrintData( int fd, unsigned i, const double* p, double minV, double fact )
const double* _cmPrintData( int fd, unsigned i, const double* p, double minV, double fact )
{
if( p != NULL )
_cmPrintf(fd,"%f ",*p++);