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
5b287800
Commit
5b287800
authored
20 years ago
by
Markus Blatt
Browse files
Options
Downloads
Patches
Plain Diff
typename before EnableIf was missing.
[[Imported from SVN: r1865]]
parent
52ce8696
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
istl/communicator.hh
+2
-3
2 additions, 3 deletions
istl/communicator.hh
with
2 additions
and
3 deletions
istl/communicator.hh
+
2
−
3
View file @
5b287800
...
...
@@ -308,7 +308,7 @@ namespace Dune
BufferedCommunicator
();
template
<
class
Data
>
EnableIf
<
SameType
<
SizeOne
,
typename
CommPolicy
<
Data
>::
IndexedTypeFlag
>::
value
,
void
>
typename
EnableIf
<
SameType
<
SizeOne
,
typename
CommPolicy
<
Data
>::
IndexedTypeFlag
>::
value
,
void
>
::
Type
build
(
const
Interface
<
TG
,
TA
,
N
>&
interface
);
template
<
class
Data
>
...
...
@@ -674,7 +674,7 @@ namespace Dune
template
<
typename
TG
,
typename
TA
,
int
N
>
template
<
class
Data
>
EnableIf
<
SameType
<
SizeOne
,
typename
CommPolicy
<
Data
>::
IndexedTypeFlag
>::
value
,
void
>
typename
EnableIf
<
SameType
<
SizeOne
,
typename
CommPolicy
<
Data
>::
IndexedTypeFlag
>::
value
,
void
>
::
Type
BufferedCommunicator
<
TG
,
TA
,
N
>::
build
(
const
Interface
<
TG
,
TA
,
N
>&
interface
)
{
typedef
typename
Interface
<
TG
,
TA
,
N
>::
InformationMap
::
const_iterator
const_iterator
;
...
...
@@ -699,7 +699,6 @@ namespace Dune
buffers_
[
0
]
=
new
char
[
sendStart
];
buffers_
[
1
]
=
new
char
[
recvStart
];
interface_
=
&
interface
;
return
EnableIf
<
SameType
<
SizeOne
,
typename
CommPolicy
<
Data
>::
IndexedTypeFlag
>::
value
,
void
>
();
}
...
...
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