Home
last modified time | relevance | path

Searched refs:FPRINTFOK (Results 1 – 2 of 2) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/tecsrc/
H A Ddataio4.cpp2455 return (FPRINTFOK(S)); in WriteFieldDataType()
2611 Boolean_t IsOk = FPRINTFOK(fprintf(FileStream->File, "%s", buffer)); in WriteASCIIFieldDataValue()
3057 …IsOk = FPRINTFOK(fprintf(FileStream->File, " %.12G\n", GetFieldValue(Geom->GeomData.Generic.V3Base… in DumpGeometry()
H A DGLOBAL.h168 #define FPRINTFOK(x) (Boolean_t)((x) > 0) macro