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
iwr
amdis
Commits
ae0382aa
Commit
ae0382aa
authored
Mar 06, 2009
by
Thomas Witkowski
Browse files
* small bug fix
parent
591d9d62
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/DOFVector.cc
View file @
ae0382aa
...
...
@@ -93,8 +93,8 @@ namespace AMDiS {
numNodes
+=
numPositionNodes
;
}
TEST_EXIT_DBG
(
numNodes
==
mesh
->
getNumberOfNodes
())
(
"invalid number of nodes
\n
"
);
//
TEST_EXIT_DBG(numNodes == mesh->getNumberOfNodes())
//
("invalid number of nodes\n");
TEST_EXIT_DBG
(
numDOFs
==
basFcts
->
getNumber
())
(
"number of dofs != number of basis functions
\n
"
);
...
...
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