Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IFOS3D
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
KIT
GPI
AG
Software
IFOS3D
Commits
e2c65653
Commit
e2c65653
authored
1 month ago
by
Arash Rezaei Nevisi
Browse files
Options
Downloads
Patches
Plain Diff
Internal time window's defult values added to read-par-jason
parent
63faa799
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/read_par_json.c
+3
-1
3 additions, 1 deletion
src/read_par_json.c
with
3 additions
and
1 deletion
src/read_par_json.c
+
3
−
1
View file @
e2c65653
...
...
@@ -668,8 +668,10 @@ void read_par_json(GlobVar *gv)
}
}
}
else
if
(
3
==
gv
->
USE_TW
)
{
if
(
get_float_from_objectlist
(
"BAD_TRACE_THRESHOLD"
,
number_readobjects
,
&
(
gv
->
BAD_TRACE_THRESHOLD
),
varname_list
,
value_list
,
used_list
))
{
log_fatal
(
"Variable BAD_TRACE_THRESHOLD could not be retrieved from the json input file!
\n
"
);
gv
->
BAD_TRACE_THRESHOLD
=
0
;
log_debug
(
"Variable BAD_TRACE_THRESHOLD is set to default value %.1f.
\n
"
,
gv
->
BAD_TRACE_THRESHOLD
);
}
if
(
get_float_from_objectlist
(
"lta_length"
,
number_readobjects
,
&
(
gv
->
lta_length
),
varname_list
,
value_list
,
used_list
))
{
...
...
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