Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kirill Terekhov
INMOST
Commits
418f49c8
Commit
418f49c8
authored
Mar 22, 2018
by
Dmitry Bagaev
Browse files
22prev
parent
d8736e40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/Solver/solver_k3biilu2/solver_k3biilu2.cpp
View file @
418f49c8
...
...
@@ -389,6 +389,7 @@ void SolverInitializeK3biilu2(bcg_k3biilu2 *data, int *argc, char ***argv, const
sscanf
(
s
.
c_str
(),
"%lg"
,
&
parPrec
.
tau1
);
//9 tau
parPrec
.
tau2
=
-
1.0
;
parIter
.
ittype
=
(
parIter
.
niter_cycle
>
1
)
?
1
:
0
;
data
->
parameters_initialized
=
true
;
//? msglev
}
else
if
(
s
==
"biilu2_options.txt"
)
{
// file: "biilu2_options.txt"
getline
(
is
,
s
);
...
...
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