Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tomáš Jakubec
GTMesh
Commits
22ae37ed
Commit
22ae37ed
authored
Nov 29, 2019
by
Tomáš Jakubec
Browse files
GrammSchmidt.h move
parent
ca53a5c6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Unstructured_mesh/Unstructured_mesh.pro
View file @
22ae37ed
...
...
@@ -13,6 +13,7 @@ HEADERS += \
..
/
src
/
Debug
/
Debug
.
h
\
..
/
src
/
Debug
/
HTMLLogger
.
h
\
..
/
src
/
Debug
/
VariableExport
.
h
\
..
/
src
/
NumericStaticArray
/
GrammSchmidt
.
h
\
..
/
src
/
NumericStaticArray
/
InlineArrayOperations
.
h
\
..
/
src
/
Traits
/
CustomTypeTraits
.
h
\
..
/
src
/
Traits
/
MemberApproach
/
MemberApproach
.
h
\
...
...
@@ -29,7 +30,6 @@ HEADERS += \
..
/
src
/
UnstructuredMesh
/
MeshFunctions
/
ComputeMeasures
.
h
\
..
/
src
/
UnstructuredMesh
/
MeshFunctions
/
ComputeNormals
.
h
\
..
/
src
/
UnstructuredMesh
/
MeshFunctions
/
EdgesOrientation
.
h
\
..
/
src
/
UnstructuredMesh
/
MeshFunctions
/
GrammSchmidt
.
h
\
..
/
src
/
UnstructuredMesh
/
MeshFunctions
/
MeshApply
.
h
\
..
/
src
/
UnstructuredMesh
/
MeshFunctions
/
MeshColouring
.
h
\
..
/
src
/
UnstructuredMesh
/
MeshFunctions
/
MeshConnections
.
h
\
...
...
src/
UnstructuredMesh/MeshFunctions
/GrammSchmidt.h
→
src/
NumericStaticArray
/GrammSchmidt.h
View file @
22ae37ed
...
...
@@ -2,7 +2,7 @@
#define GRAMMSCHMIDT_H
#include
"
../../NumericStaticArray/Vertex
.h"
#include
"
Vector
.h"
#include
<array>
/**
...
...
src/UnstructuredMesh/MeshFunctions/ComputeCenter.h
View file @
22ae37ed
...
...
@@ -4,7 +4,7 @@
#include
"MeshFunctionsDefine.h"
#include
"MeshApply.h"
#include
"../MeshDataContainer/MeshDataContainer.h"
#include
"GrammSchmidt.h"
#include
"
../../NumericStaticArray/
GrammSchmidt.h"
#include
<array>
...
...
src/UnstructuredMesh/MeshFunctions/ComputeMeasures.h
View file @
22ae37ed
...
...
@@ -4,7 +4,7 @@
#include
"MeshFunctionsDefine.h"
#include
"MeshApply.h"
#include
"../MeshDataContainer/MeshDataContainer.h"
#include
"GrammSchmidt.h"
#include
"
../../NumericStaticArray/
GrammSchmidt.h"
#include
<array>
...
...
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