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
a7bb3e01
You need to sign in or sign up before continuing.
Commit
a7bb3e01
authored
6 years ago
by
Mark OLESEN
Browse files
Options
Downloads
Patches
Plain Diff
STYLE: indentation
parent
9461d950
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/part/foamVtkMeshMaps.H
+6
-6
6 additions, 6 deletions
src/fileFormats/vtk/part/foamVtkMeshMaps.H
src/fileFormats/vtk/part/foamVtkMeshMapsI.H
+0
-6
0 additions, 6 deletions
src/fileFormats/vtk/part/foamVtkMeshMapsI.H
with
6 additions
and
12 deletions
src/fileFormats/vtk/part/foamVtkMeshMaps.H
+
6
−
6
View file @
a7bb3e01
...
...
@@ -43,7 +43,6 @@ SourceFiles
#define foamVtkMeshMaps_H
#include
"DynamicList.H"
#include
"labelList.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
@@ -56,7 +55,7 @@ namespace Foam
class
foamVtkMeshMaps
{
// Private
d
ata
// Private
D
ata
//- Original cell ids for all cells (regular and decomposed)
DynamicList
<
label
>
cellMap_
;
...
...
@@ -68,21 +67,22 @@ class foamVtkMeshMaps
// Eg, cell-centre labels for additional points of decomposed cells
DynamicList
<
label
>
additionalIds_
;
public:
// Constructors
//- Construct null
inline
foamVtkMeshMaps
(
const
label
size
=
0
);
inline
explicit
foamVtkMeshMaps
(
const
label
size
=
0
);
//- Destructor
inline
~
foamVtkMeshMaps
();
~
foamVtkMeshMaps
()
=
default
;
// Member Functions
// Access
// Access
//- Original cell ids for all cells (regular and decomposed).
// A regular mesh comprising only primitive cell types, this will just
...
...
@@ -98,7 +98,7 @@ public:
inline
const
labelList
&
additionalIds
()
const
;
// Edit
// Edit
//- Clear
inline
void
clear
();
...
...
This diff is collapsed.
Click to expand it.
src/fileFormats/vtk/part/foamVtkMeshMapsI.H
+
0
−
6
View file @
a7bb3e01
...
...
@@ -35,12 +35,6 @@ inline Foam::foamVtkMeshMaps::foamVtkMeshMaps(const label size)
{}
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //
inline
Foam
::
foamVtkMeshMaps
::~
foamVtkMeshMaps
()
{}
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
inline
void
Foam
::
foamVtkMeshMaps
::
clear
()
...
...
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