Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
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
Claus-Justus Heine
dune-istl
Commits
8276171f
Commit
8276171f
authored
15 years ago
by
Martin Nolte
Browse files
Options
Downloads
Patches
Plain Diff
merge rev 1082 from trunk
[[Imported from SVN: r1110]]
parent
3a79ee5d
Branches
releases/1.2.2
Tags
v1.2.2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
istl/ilu.hh
+2
-2
2 additions, 2 deletions
istl/ilu.hh
with
2 additions
and
2 deletions
istl/ilu.hh
+
2
−
2
View file @
8276171f
...
...
@@ -163,8 +163,8 @@ namespace Dune {
typedef
typename
M
::
CreateIterator
createiterator
;
typedef
typename
M
::
block_type
block
;
typedef
typename
M
::
field_type
K
;
typedef
typename
std
::
map
<
in
t
,
int
>
map
;
typedef
typename
std
::
map
<
int
,
int
>
::
iterator
mapiterator
;
typedef
std
::
map
<
size_
t
,
int
>
map
;
typedef
typename
map
::
iterator
mapiterator
;
// symbolic factorization phase, store generation number in first matrix element
crowiterator
endi
=
A
.
end
();
...
...
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