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
BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git]
/
src
/
OpenFOAM
/
include
/
setRootCase.H
blob
587374d067c059aefd4dd78ce680e2eb20bbfd8f
1
//
2
// setRootCase.H
3
// ~~~~~~~~~~~~~
4
5
Foam::argList args(argc, argv);
6
if (!args.checkRootCase())
7
{
8
Foam::FatalError.exit();
9
}