Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
2cc23a23
Commit
2cc23a23
authored
8 years ago
by
Mark Olesen
Browse files
Options
Downloads
Patches
Plain Diff
BUG: missing specializations in foamVtkPTraits header
parent
f265b048
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/fileFormats/vtk/type/foamVtkPTraits.C
+2
-2
2 additions, 2 deletions
src/fileFormats/vtk/type/foamVtkPTraits.C
src/fileFormats/vtk/type/foamVtkPTraits.H
+9
-9
9 additions, 9 deletions
src/fileFormats/vtk/type/foamVtkPTraits.H
with
11 additions
and
11 deletions
src/fileFormats/vtk/type/foamVtkPTraits.C
+
2
−
2
View file @
2cc23a23
...
@@ -59,11 +59,11 @@ Foam::foamVtkPTraits<double>::typeName = "Float64";
...
@@ -59,11 +59,11 @@ Foam::foamVtkPTraits<double>::typeName = "Float64";
#ifdef WM_LITTLE_ENDIAN
#ifdef WM_LITTLE_ENDIAN
template
<>
template
<>
const
char
*
const
const
char
*
const
Foam
::
foamVtkPTraits
<
::
Foam
::
endian
>::
typeName
=
"LittleEndian"
;
Foam
::
foamVtkPTraits
<
Foam
::
endian
>::
typeName
=
"LittleEndian"
;
#else
#else
template
<>
template
<>
const
char
*
const
const
char
*
const
Foam
::
foamVtkPTraits
<
::
Foam
::
endian
>::
typeName
=
"BigEndian"
;
Foam
::
foamVtkPTraits
<
Foam
::
endian
>::
typeName
=
"BigEndian"
;
#endif
#endif
...
...
This diff is collapsed.
Click to expand it.
src/fileFormats/vtk/type/foamVtkPTraits.H
+
9
−
9
View file @
2cc23a23
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
========= |
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / O peration |
\\ / A nd | Copyright (C) 2016 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2016
-2017
OpenCFD Ltd.
\\/ M anipulation |
\\/ M anipulation |
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
License
License
...
@@ -58,28 +58,28 @@ public:
...
@@ -58,28 +58,28 @@ public:
template
<
>
template
<
>
const
char
*
const
foamVtkPTraits
<
uint8_t
>::
typeName
;
//
=
UInt8
const
char
*
const
foamVtkPTraits
<
uint8_t
>::
typeName
;
// UInt8
template
<
>
template
<
>
const
char
*
const
foamVtkPTraits
<
int32_t
>::
typeName
;
//
=
Int32
const
char
*
const
foamVtkPTraits
<
int32_t
>::
typeName
;
// Int32
template
<
>
template
<
>
const
char
*
const
foamVtkPTraits
<
int32_t
>::
typeName
;
//
=
UInt32
const
char
*
const
foamVtkPTraits
<
u
int32_t
>::
typeName
;
// UInt32
template
<
>
template
<
>
const
char
*
const
foamVtkPTraits
<
int
32
_t
>::
typeName
;
//
=
Int64
const
char
*
const
foamVtkPTraits
<
int
64
_t
>::
typeName
;
// Int64
template
<
>
template
<
>
const
char
*
const
foamVtkPTraits
<
int64_t
>::
typeName
;
//
=
UInt64
const
char
*
const
foamVtkPTraits
<
u
int64_t
>::
typeName
;
// UInt64
template
<
>
template
<
>
const
char
*
const
foamVtkPTraits
<
float
>::
typeName
;
//
=
Float32
const
char
*
const
foamVtkPTraits
<
float
>::
typeName
;
// Float32
template
<
>
template
<
>
const
char
*
const
foamVtkPTraits
<
double
>::
typeName
;
//
=
Float64
const
char
*
const
foamVtkPTraits
<
double
>::
typeName
;
// Float64
template
<
>
template
<
>
const
char
*
const
foamVtkPTraits
<
::
Foam
::
endian
>::
typeName
;
const
char
*
const
foamVtkPTraits
<
Foam
::
endian
>::
typeName
;
// (Big|Little)Endian
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment