Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
57a0dd6f
Commit
57a0dd6f
authored
Jan 02, 2013
by
mattijs
Browse files
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
parents
a8215099
d70470ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/matrices/scalarMatrices/SVD/SVD.C
View file @
57a0dd6f
...
...
@@ -255,7 +255,7 @@ Foam::SVD::SVD(const scalarRectangularMatrix& A, const scalar minCondition)
{
scalar
c
=
0
.
0
;
s
=
1
.
0
;
for
(
label
i
=
l
-
1
;
i
<
k
+
1
;
i
++
)
for
(
label
i
=
l
;
i
<
k
+
1
;
i
++
)
{
scalar
f
=
s
*
rv1
[
i
];
rv1
[
i
]
=
c
*
rv1
[
i
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment