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
b50064f2
Commit
b50064f2
authored
Dec 21, 2007
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Symbols for max and min float values
parent
46938689
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
+18
-18
src/wbl/pwrb/src/pwrb_c_max.wb_load
src/wbl/pwrb/src/pwrb_c_max.wb_load
+9
-9
src/wbl/pwrb/src/pwrb_c_min.wb_load
src/wbl/pwrb/src/pwrb_c_min.wb_load
+9
-9
No files found.
src/wbl/pwrb/src/pwrb_c_max.wb_load
View file @
b50064f2
!
! Proview $Id: pwrb_c_max.wb_load,v 1.
2 2005-09-01 14:58:02
claes Exp $
! Proview $Id: pwrb_c_max.wb_load,v 1.
3 2007-12-21 13:28:48
claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
...
...
@@ -166,14 +166,14 @@ SObject pwrb:Class
EndObject
Object Template Max
Body RtBody
Attr In1 =
-1.0E37
Attr In2 =
-1.0E37
Attr In3 =
-1.0E37
Attr In4 =
-1.0E37
Attr In5 =
-1.0E37
Attr In6 =
-1.0E37
Attr In7 =
-1.0E37
Attr In8 =
-1.0E37
Attr In1 =
FLT_MIN
Attr In2 =
FLT_MIN
Attr In3 =
FLT_MIN
Attr In4 =
FLT_MIN
Attr In5 =
FLT_MIN
Attr In6 =
FLT_MIN
Attr In7 =
FLT_MIN
Attr In8 =
FLT_MIN
EndBody
EndObject
EndObject
...
...
src/wbl/pwrb/src/pwrb_c_min.wb_load
View file @
b50064f2
!
! Proview $Id: pwrb_c_min.wb_load,v 1.
2 2005-09-01 14:58:02
claes Exp $
! Proview $Id: pwrb_c_min.wb_load,v 1.
3 2007-12-21 13:28:48
claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
...
...
@@ -166,14 +166,14 @@ SObject pwrb:Class
EndObject
Object Template Min
Body RtBody
Attr In1 =
1.0E37
Attr In2 =
1.0E37
Attr In3 =
1.0E37
Attr In4 =
1.0E37
Attr In5 =
1.0E37
Attr In6 =
1.0E37
Attr In7 =
1.0E37
Attr In8 =
1.0E37
Attr In1 =
FLT_MAX
Attr In2 =
FLT_MAX
Attr In3 =
FLT_MAX
Attr In4 =
FLT_MAX
Attr In5 =
FLT_MAX
Attr In6 =
FLT_MAX
Attr In7 =
FLT_MAX
Attr In8 =
FLT_MAX
EndBody
EndObject
EndObject
...
...
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