Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Koch
dune-common
Commits
96346fa5
Commit
96346fa5
authored
12 years ago
by
Christoph Grüninger
Browse files
Options
Downloads
Patches
Plain Diff
Ignore unused variable in diagonalmatrixtest.cc
SVN ignore testdebugallocator* [[Imported from SVN: r7028]]
parent
66d23a17
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dune/common/test/.gitignore
+6
-0
6 additions, 0 deletions
dune/common/test/.gitignore
dune/common/test/diagonalmatrixtest.cc
+1
-1
1 addition, 1 deletion
dune/common/test/diagonalmatrixtest.cc
with
7 additions
and
1 deletion
dune/common/test/.gitignore
+
6
−
0
View file @
96346fa5
...
...
@@ -63,3 +63,9 @@ tuplestest_dune
tuplestest_std
tuplestest_tr1
check_fvector_size
testdebugallocator
testdebugallocator_fail1
testdebugallocator_fail2
testdebugallocator_fail3
testdebugallocator_fail4
testdebugallocator_fail5
This diff is collapsed.
Click to expand it.
dune/common/test/diagonalmatrixtest.cc
+
1
−
1
View file @
96346fa5
...
...
@@ -47,7 +47,7 @@ void test_matrix()
std
::
cout
<<
f
<<
std
::
endl
;
// assign to FieldMatrix
FieldMatrix
<
K
,
n
,
n
>
AFM
=
FieldMatrix
<
K
,
n
,
n
>
(
A
);
DUNE_UNUSED
FieldMatrix
<
K
,
n
,
n
>
AFM
=
FieldMatrix
<
K
,
n
,
n
>
(
A
);
}
int
main
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment