Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
b632e7b5
Commit
b632e7b5
authored
Dec 15, 2021
by
Mark OLESEN
Browse files
STYLE: specify pointer type
parent
ec3cdf57
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fileFormats/sampledSetWriters/writer.C
View file @
b632e7b5
...
...
@@ -62,7 +62,7 @@ Foam::autoPtr<Foam::writer<Type>> Foam::writer<Type>::New
const
dictionary
&
formatOptions
)
{
auto
ctorPtr
=
dictConstructorTable
(
writeType
);
auto
*
ctorPtr
=
dictConstructorTable
(
writeType
);
if
(
!
ctorPtr
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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