Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GPIAG-Software
IFOS3D
Commits
690bd3bf
Commit
690bd3bf
authored
Apr 12, 2016
by
Tilman Steinweg
Browse files
default value of FILT is 0 when method=0 is used
parent
c8370d02
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/read_par_json.c
View file @
690bd3bf
...
...
@@ -675,6 +675,8 @@ void read_par_json(FILE *fp, char *fileinp) {
fprintf
(
fp
,
"Variable ITMIN is set to default value %d.
\n
"
,
ITMIN
);
ITMAX
=
1
;
fprintf
(
fp
,
"Variable ITMAX is set to default value %d.
\n
"
,
ITMAX
);
FILT
=
0
;
fprintf
(
fp
,
"Variable FILT is set to default value %d.
\n
"
,
FILT
);
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment