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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Tobias Leibner
dune-common
Commits
8e1eadfe
Commit
8e1eadfe
authored
15 years ago
by
Christian Engwer
Browse files
Options
Downloads
Patches
Plain Diff
doku fix
[[Imported from SVN: r5592]]
parent
cc526d85
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
common/fassign.hh
+2
-2
2 additions, 2 deletions
common/fassign.hh
with
2 additions
and
2 deletions
common/fassign.hh
+
2
−
2
View file @
8e1eadfe
...
...
@@ -78,7 +78,7 @@ namespace Dune {
fvector_assigner
(
fvector_assigner
&
a
)
:
v
(
a
.
v
),
c
(
a
.
c
),
temporary
(
false
)
{}
/*! @brief Constructor from vector and temporary flag
\param v vector which should be initialized
\param
_
v vector which should be initialized
\param t bool indicating, that this is a temporary object (see ~fvector_assigner)
*/
fvector_assigner
(
FieldVector
<
T
,
s
>
&
_v
,
bool
t
)
:
v
(
_v
),
c
(
0
),
temporary
(
t
)
...
...
@@ -187,7 +187,7 @@ namespace Dune {
fmatrix_assigner
(
fmatrix_assigner
&
a
)
:
A
(
a
.
A
),
c
(
a
.
c
),
r
(
a
.
r
),
temporary
(
false
)
{}
/*! @brief Constructor from matrix and temporary flag
\param
v
matrix which should be initialized
\param
_A
matrix which should be initialized
\param t bool indicating, that this is a temporary object (see ~fmatrix_assigner)
*/
fmatrix_assigner
(
FieldMatrix
<
T
,
n
,
m
>
&
_A
,
bool
t
)
:
A
(
_A
),
c
(
0
),
r
(
0
),
temporary
(
t
)
...
...
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