Files
OpenFOAM-12/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_bkup.H
2014-12-10 22:40:10 +00:00

15 lines
349 B
C

//======================================================================
// backup is not implemented
//======================================================================
int USERD_bkup
(
FILE *archive_file,
int backup_type)
{
#ifdef ENSIGHTDEBUG
Info<< "Entering: USERD_bkup" << endl
<< flush;
#endif
return Z_ERR;
}