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
Wiki
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
Core Modules
dune-istl
Commits
3493686b
Commit
3493686b
authored
19 years ago
by
Christian Engwer
Browse files
Options
Downloads
Patches
Plain Diff
updated headers to comply to naming convention for header-ifdefs
[[Imported from SVN: r347]]
parent
1dea05cd
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
istl/ilu.hh
+2
-2
2 additions, 2 deletions
istl/ilu.hh
istl/istlexception.hh
+2
-2
2 additions, 2 deletions
istl/istlexception.hh
istl/operators.hh
+2
-2
2 additions, 2 deletions
istl/operators.hh
istl/scalarproducts.hh
+2
-2
2 additions, 2 deletions
istl/scalarproducts.hh
with
8 additions
and
8 deletions
istl/ilu.hh
+
2
−
2
View file @
3493686b
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#ifndef
__
DUNE_ILU_HH
__
#define
__
DUNE_ILU_HH
__
#ifndef DUNE_ILU_HH
#define DUNE_ILU_HH
#include
<math.h>
#include
<complex>
...
...
This diff is collapsed.
Click to expand it.
istl/istlexception.hh
+
2
−
2
View file @
3493686b
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#ifndef
__
DUNE_ISTLEXC_HH
__
#define
__
DUNE_ISTLEXC_HH
__
#ifndef DUNE_ISTLEXC_HH
#define DUNE_ISTLEXC_HH
#include
<stdlib.h>
...
...
This diff is collapsed.
Click to expand it.
istl/operators.hh
+
2
−
2
View file @
3493686b
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#ifndef
__
DUNE_ISTLOPERATORS_HH
__
#define
__
DUNE_ISTLOPERATORS_HH
__
#ifndef DUNE_ISTLOPERATORS_HH
#define DUNE_ISTLOPERATORS_HH
#include
<math.h>
#include
<complex>
...
...
This diff is collapsed.
Click to expand it.
istl/scalarproducts.hh
+
2
−
2
View file @
3493686b
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#ifndef
__
DUNE_SCALARPRODUCTS_HH
__
#define
__
DUNE_SCALARPRODUCTS_HH
__
#ifndef DUNE_SCALARPRODUCTS_HH
#define DUNE_SCALARPRODUCTS_HH
#include
<math.h>
#include
<complex>
...
...
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