openfoam/applications/utilities/postProcessing/graphics/ensightFoamReader/USERD_bkup.H
Mark Olesen fa93ce8cd7 coding style adherence
- markup codingStyleGuide.org examples so they actually indent correctly

- use 'Info<<' as per codingStyleGuide instead of 'Info <<'
2009-11-27 15:39:14 +01: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;
}