OpenFOAM-2.4.x/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_bkup.H
2014-02-17 16:00:08 +00:00

14 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;
}