mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
15 lines
351 B
C
15 lines
351 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;
|
|
}
|