Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
5c411bc7
Commit
5c411bc7
authored
Sep 16, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trend min value went wrong in previous fix
parent
7eaddfdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
xtt/lib/ge/src/ge_dyn.cpp
xtt/lib/ge/src/ge_dyn.cpp
+3
-3
No files found.
xtt/lib/ge/src/ge_dyn.cpp
View file @
5c411bc7
/*
* Proview $Id: ge_dyn.cpp,v 1.6
7 2008-09-11 06:03:42
claes Exp $
* Proview $Id: ge_dyn.cpp,v 1.6
8 2008-09-16 06:17:29
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -6515,7 +6515,7 @@ int GeTrend::scan( grow_tObject object)
if
(
max_value1_p
&&
min_value1_p
)
{
pwr_tFloat32
maxval
=
*
max_value1_p
;
pwr_tFloat32
minval
=
*
m
ax
_value1_p
;
pwr_tFloat32
minval
=
*
m
in
_value1_p
;
if
(
maxval
!=
old_max_value1
||
minval
!=
old_min_value1
)
{
if
(
fabsf
(
maxval
-
minval
)
>
FLT_EPSILON
)
{
...
...
@@ -6528,7 +6528,7 @@ int GeTrend::scan( grow_tObject object)
}
if
(
max_value2_p
&&
min_value2_p
)
{
pwr_tFloat32
maxval
=
*
max_value2_p
;
pwr_tFloat32
minval
=
*
m
ax
_value2_p
;
pwr_tFloat32
minval
=
*
m
in
_value2_p
;
if
(
maxval
!=
old_max_value2
||
minval
!=
old_min_value2
)
{
...
...
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