Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aland, Sebastian
amdis
Commits
4194d58c
Commit
4194d58c
authored
Dec 02, 2008
by
Thomas Witkowski
Browse files
* Small bug fixed
parent
45e4e704
Changes
2
Show whitespace changes
Inline
Side-by-side
AMDiS/src/DOFVector.h
View file @
4194d58c
...
@@ -697,11 +697,6 @@ namespace AMDiS {
...
@@ -697,11 +697,6 @@ namespace AMDiS {
* Stores the last calculated vector norm
* Stores the last calculated vector norm
*/
*/
static
double
norm
;
static
double
norm
;
/** \brief
* Dimension of the mesh this DOFVector belongs to
*/
static
int
dim
;
};
};
// ===============================================================================
// ===============================================================================
...
...
AMDiS/src/DOFVector.hh
View file @
4194d58c
...
@@ -101,9 +101,6 @@ namespace AMDiS {
...
@@ -101,9 +101,6 @@ namespace AMDiS {
template
<
typename
T
>
template
<
typename
T
>
double
DOFVector
<
T
>::
norm
=
0.0
;
double
DOFVector
<
T
>::
norm
=
0.0
;
template
<
typename
T
>
int
DOFVector
<
T
>::
dim
=
0
;
template
<
typename
T
>
template
<
typename
T
>
void
DOFVectorBase
<
T
>::
addElementVector
(
T
factor
,
void
DOFVectorBase
<
T
>::
addElementVector
(
T
factor
,
const
ElementVector
&
elVec
,
const
ElementVector
&
elVec
,
...
...
Write
Preview
Supports
Markdown
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