Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
3a4f0ee1
Commit
3a4f0ee1
authored
Sep 22, 2020
by
niklas.baumgarten
Browse files
rmv warning
parent
1f8a66f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/TestMultilevelPlotter.cpp
View file @
3a4f0ee1
...
...
@@ -3,7 +3,7 @@
#include "main/MultilevelPlotter.hpp"
#include "matrixgraph/MatrixGraph.h"
#include "Algebra.h"
#include "dof/BasicDoFs.hpp"
class
TestMultilevelPlotter
:
public
::
Test
{
protected:
...
...
@@ -60,7 +60,7 @@ TEST_F(TestMultilevelPlotter, TestCellData1D) {
}
TEST_F
(
TestMultilevelPlotter
,
TestCellData2D
)
{
MatrixGraphs
cellMG
(
*
meshes
,
dof
(
"cell"
,
2
));
MatrixGraphs
cellMG
(
*
meshes
,
new
CellDoF
(
2
));
for
(
int
l
=
meshes
->
pLevel
();
l
<=
meshes
->
Level
();
l
++
)
{
Vector
cellData
(
cellMG
[
l
-
pLevel
]);
cellData
=
1.0
;
...
...
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