Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-solvers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
agnumpde
dune-solvers
Commits
b3f96fc7
Commit
b3f96fc7
authored
3 years ago
by
oliver.sander_at_tu-dresden.de
Browse files
Options
Downloads
Plain Diff
Merge branch 'update-have-ug-flag' into 'master'
Replace HAVE_UG by HAVE_DUNE_UGGRID See merge request
!64
parents
5088e04d
66e6678a
Branches
Branches containing commit
No related tags found
1 merge request
!64
Replace HAVE_UG by HAVE_DUNE_UGGRID
Pipeline
#44519
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/solvers/test/common.hh
+1
-1
1 addition, 1 deletion
dune/solvers/test/common.hh
with
1 addition
and
1 deletion
dune/solvers/test/common.hh
+
1
−
1
View file @
b3f96fc7
...
...
@@ -437,7 +437,7 @@ bool checkWithStandardGrids(TestSuite& suite)
passed
=
passed
and
checkWithGrid
<
Dune
::
YaspGrid
<
2
,
Dune
::
EquidistantOffsetCoordinates
<
double
,
2
>
>
>
(
suite
,
6
);
passed
=
passed
and
checkWithGrid
<
Dune
::
YaspGrid
<
3
,
Dune
::
EquidistantOffsetCoordinates
<
double
,
3
>
>
>
(
suite
,
4
);
#if HAVE_
UG
#if HAVE_
DUNE_UGGRID
passed
=
passed
and
checkWithGrid
<
Dune
::
UGGrid
<
2
>
>
(
suite
,
5
);
passed
=
passed
and
checkWithGrid
<
Dune
::
UGGrid
<
3
>
>
(
suite
,
3
);
#endif
...
...
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