Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Development
OpenFOAM-plus
Commits
e0370898
Commit
e0370898
authored
Nov 19, 2019
by
Mark Olesen
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: declare template specialisation (gcc 4.8.5)
parent
d11cfca0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
src/OpenFOAM/primitives/functions/Function1/CSV/CSV.H
src/OpenFOAM/primitives/functions/Function1/CSV/CSV.H
+8
-0
No files found.
src/OpenFOAM/primitives/functions/Function1/CSV/CSV.H
View file @
e0370898
...
...
@@ -148,6 +148,14 @@ public:
};
// Template specialisations
template
<
>
label
CSV
<
label
>::
readValue
(
const
List
<
string
>&
splitted
)
const
;
template
<
>
Foam
::
scalar
CSV
<
scalar
>::
readValue
(
const
List
<
string
>&
splitted
)
const
;
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
}
// End namespace Function1Types
...
...
Mark Olesen
@mark
mentioned in issue
#1504 (closed)
·
Nov 19, 2019
mentioned in issue
#1504 (closed)
mentioned in issue #1504
Toggle commit list
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