Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
e1325198
Commit
e1325198
authored
Feb 25, 2011
by
andy
Browse files
STYLE: changed distributionModelType -> type
parent
12909926
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/distributionModels/distributionModel/distributionModelNew.C
View file @
e1325198
...
...
@@ -34,9 +34,9 @@ Foam::distributionModels::distributionModel::New
cachedRandom
&
rndGen
)
{
const
word
modelType
(
dict
.
lookup
(
"
distributionModelT
ype"
));
const
word
modelType
(
dict
.
lookup
(
"
t
ype"
));
Info
<<
"Selecting distribution
M
odel
Type
"
<<
modelType
<<
endl
;
Info
<<
"Selecting distribution
m
odel "
<<
modelType
<<
endl
;
dictionaryConstructorTable
::
iterator
cstrIter
=
dictionaryConstructorTablePtr_
->
find
(
modelType
);
...
...
@@ -51,8 +51,8 @@ Foam::distributionModels::distributionModel::New
"cachedRandom&"
")"
)
<<
"Unknown distribution
M
odel type "
<<
modelType
<<
nl
<<
nl
<<
"Valid distribution
M
odel types are:"
<<
nl
<<
"Unknown distribution
m
odel type "
<<
modelType
<<
nl
<<
nl
<<
"Valid distribution
m
odel types are:"
<<
nl
<<
dictionaryConstructorTablePtr_
->
sortedToc
()
<<
exit
(
FatalError
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment