Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GPIAG-Software
IFOS3D
Commits
690bd3bf
Commit
690bd3bf
authored
Apr 12, 2016
by
Tilman Steinweg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
default value of FILT is 0 when method=0 is used
parent
c8370d02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/read_par_json.c
src/read_par_json.c
+2
-0
No files found.
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
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