Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
Visualization
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Modules
Visualization
Commits
90f2acec
Commit
90f2acec
authored
Feb 06, 2019
by
OpenFOAM bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BOT: Cleaned up header files
parent
ba611a7a
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
64 additions
and
32 deletions
+64
-32
src/paraview-plugins/PVFoamReader/vtkPVFoamReader.cxx
src/paraview-plugins/PVFoamReader/vtkPVFoamReader.cxx
+4
-2
src/paraview-plugins/PVFoamReader/vtkPVFoamReader.h
src/paraview-plugins/PVFoamReader/vtkPVFoamReader.h
+4
-2
src/paraview-plugins/PVblockMeshReader/vtkPVblockMeshReader.cxx
...raview-plugins/PVblockMeshReader/vtkPVblockMeshReader.cxx
+4
-2
src/paraview-plugins/PVblockMeshReader/vtkPVblockMeshReader.h
...paraview-plugins/PVblockMeshReader/vtkPVblockMeshReader.h
+4
-2
src/paraview-plugins/foamPv/foamPvCore.C
src/paraview-plugins/foamPv/foamPvCore.C
+4
-2
src/paraview-plugins/foamPv/foamPvCore.H
src/paraview-plugins/foamPv/foamPvCore.H
+4
-2
src/paraview-plugins/vtkPVFoam/vtkPVFoam.C
src/paraview-plugins/vtkPVFoam/vtkPVFoam.C
+4
-2
src/paraview-plugins/vtkPVFoam/vtkPVFoam.H
src/paraview-plugins/vtkPVFoam/vtkPVFoam.H
+4
-2
src/paraview-plugins/vtkPVFoam/vtkPVFoamFields.C
src/paraview-plugins/vtkPVFoam/vtkPVFoamFields.C
+4
-2
src/paraview-plugins/vtkPVFoam/vtkPVFoamMesh.C
src/paraview-plugins/vtkPVFoam/vtkPVFoamMesh.C
+4
-2
src/paraview-plugins/vtkPVFoam/vtkPVFoamMeshLagrangian.C
src/paraview-plugins/vtkPVFoam/vtkPVFoamMeshLagrangian.C
+4
-2
src/paraview-plugins/vtkPVFoam/vtkPVFoamUpdateInfo.C
src/paraview-plugins/vtkPVFoam/vtkPVFoamUpdateInfo.C
+4
-2
src/paraview-plugins/vtkPVFoam/vtkPVFoamUpdateTemplates.C
src/paraview-plugins/vtkPVFoam/vtkPVFoamUpdateTemplates.C
+4
-2
src/paraview-plugins/vtkPVblockMesh/vtkPVblockMesh.C
src/paraview-plugins/vtkPVblockMesh/vtkPVblockMesh.C
+4
-2
src/paraview-plugins/vtkPVblockMesh/vtkPVblockMesh.H
src/paraview-plugins/vtkPVblockMesh/vtkPVblockMesh.H
+4
-2
src/paraview-plugins/vtkPVblockMesh/vtkPVblockMeshConvert.C
src/paraview-plugins/vtkPVblockMesh/vtkPVblockMeshConvert.C
+4
-2
No files found.
src/paraview-plugins/PVFoamReader/vtkPVFoamReader.cxx
View file @
90f2acec
...
...
@@ -2,8 +2,10 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2017 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2017 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2011-2016 OpenFOAM Foundation
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
src/paraview-plugins/PVFoamReader/vtkPVFoamReader.h
View file @
90f2acec
...
...
@@ -2,8 +2,10 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2017 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2017 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2011-2016 OpenFOAM Foundation
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
src/paraview-plugins/PVblockMeshReader/vtkPVblockMeshReader.cxx
View file @
90f2acec
...
...
@@ -2,8 +2,10 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2017 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2017 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2011-2016 OpenFOAM Foundation
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
src/paraview-plugins/PVblockMeshReader/vtkPVblockMeshReader.h
View file @
90f2acec
...
...
@@ -2,8 +2,10 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2017 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2017 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2011-2016 OpenFOAM Foundation
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
src/paraview-plugins/foamPv/foamPvCore.C
View file @
90f2acec
...
...
@@ -2,8 +2,10 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2017 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2017 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2011-2016 OpenFOAM Foundation
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
src/paraview-plugins/foamPv/foamPvCore.H
View file @
90f2acec
...
...
@@ -2,8 +2,10 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2017 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2017 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2011-2016 OpenFOAM Foundation
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
src/paraview-plugins/vtkPVFoam/vtkPVFoam.C
View file @
90f2acec
...
...
@@ -2,8 +2,10 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2017 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2017 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2011-2016 OpenFOAM Foundation
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
src/paraview-plugins/vtkPVFoam/vtkPVFoam.H
View file @
90f2acec
...
...
@@ -2,8 +2,10 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2017-2019 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2017-2019 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2011-2016 OpenFOAM Foundation
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
src/paraview-plugins/vtkPVFoam/vtkPVFoamFields.C
View file @
90f2acec
...
...
@@ -2,8 +2,10 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2017-2019 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2017-2019 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2011-2016 OpenFOAM Foundation
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
src/paraview-plugins/vtkPVFoam/vtkPVFoamMesh.C
View file @
90f2acec
...
...
@@ -2,8 +2,10 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2017-2018 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2017-2018 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2011-2016 OpenFOAM Foundation
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
src/paraview-plugins/vtkPVFoam/vtkPVFoamMeshLagrangian.C
View file @
90f2acec
...
...
@@ -2,8 +2,10 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2017-2018 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2017-2018 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2011-2016 OpenFOAM Foundation
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
src/paraview-plugins/vtkPVFoam/vtkPVFoamUpdateInfo.C
View file @
90f2acec
...
...
@@ -2,8 +2,10 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2017 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2017 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2011-2018 OpenFOAM Foundation
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
src/paraview-plugins/vtkPVFoam/vtkPVFoamUpdateTemplates.C
View file @
90f2acec
...
...
@@ -2,8 +2,10 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2016-2019 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2016-2019 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2011-2016 OpenFOAM Foundation
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
src/paraview-plugins/vtkPVblockMesh/vtkPVblockMesh.C
View file @
90f2acec
...
...
@@ -2,8 +2,10 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2017-2019 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2017-2019 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2011-2016 OpenFOAM Foundation
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
src/paraview-plugins/vtkPVblockMesh/vtkPVblockMesh.H
View file @
90f2acec
...
...
@@ -2,8 +2,10 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2017 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2017 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2011-2016 OpenFOAM Foundation
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
src/paraview-plugins/vtkPVblockMesh/vtkPVblockMeshConvert.C
View file @
90f2acec
...
...
@@ -2,8 +2,10 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2017-2018 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2017-2018 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2011-2016 OpenFOAM Foundation
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
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