repo.or.cz
/
foam-extend-3.2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git]
/
applications
/
utilities
/
postProcessing
/
graphics
/
ensightFoamReader
/
USERD_bkup.H
blob
dbe3f6003f18ed24b47383fd3bfb38799301c077
1
//======================================================================
2
// backup is not implemented
3
//======================================================================
4
int USERD_bkup
5
(
6
FILE *archive_file,
7
int backup_type)
8
{
9
#ifdef ENSIGHTDEBUG
10
Info << "Entering: USERD_bkup" << endl
11
<< flush;
12
#endif
13
return Z_ERR;
14
}