repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git]
/
src
/
OpenFOAM
/
include
/
addOverwriteOption.H
blob
0c05c01c9367fd4523f62a9b6f6747ec124382da
1
//
2
// addOverwriteOption.H
3
// ~~~~~~~~~~~~~~~~~~~~
4
5
Foam::argList::addBoolOption
6
(
7
"overwrite",
8
"overwrite existing mesh/results files"
9
);
10