Commit 79fd5be4 authored by claes's avatar claes

Symbols for max and min int values

parent b50064f2
! !
! Proview $Id: pwrb_c_imax.wb_load,v 1.2 2005-09-01 14:58:02 claes Exp $ ! Proview $Id: pwrb_c_imax.wb_load,v 1.3 2007-12-21 13:29:12 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB. ! Copyright (C) 2005 SSAB Oxelsund AB.
! !
! This program is free software; you can redistribute it and/or ! This program is free software; you can redistribute it and/or
...@@ -166,14 +166,14 @@ SObject pwrb:Class ...@@ -166,14 +166,14 @@ SObject pwrb:Class
EndObject EndObject
Object Template IMax Object Template IMax
Body RtBody Body RtBody
Attr In1 = -2147483647 Attr In1 = INT_MIN
Attr In2 = -2147483647 Attr In2 = INT_MIN
Attr In3 = -2147483647 Attr In3 = INT_MIN
Attr In4 = -2147483647 Attr In4 = INT_MIN
Attr In5 = -2147483647 Attr In5 = INT_MIN
Attr In6 = -2147483647 Attr In6 = INT_MIN
Attr In7 = -2147483647 Attr In7 = INT_MIN
Attr In8 = -2147483647 Attr In8 = INT_MIN
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
! !
! Proview $Id: pwrb_c_imin.wb_load,v 1.2 2005-09-01 14:58:02 claes Exp $ ! Proview $Id: pwrb_c_imin.wb_load,v 1.3 2007-12-21 13:29:12 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB. ! Copyright (C) 2005 SSAB Oxelsund AB.
! !
! This program is free software; you can redistribute it and/or ! This program is free software; you can redistribute it and/or
...@@ -166,14 +166,14 @@ SObject pwrb:Class ...@@ -166,14 +166,14 @@ SObject pwrb:Class
EndObject EndObject
Object Template IMin Object Template IMin
Body RtBody Body RtBody
Attr In1 = 2147483647 Attr In1 = INT_MAX
Attr In2 = 2147483647 Attr In2 = INT_MAX
Attr In3 = 2147483647 Attr In3 = INT_MAX
Attr In4 = 2147483647 Attr In4 = INT_MAX
Attr In5 = 2147483647 Attr In5 = INT_MAX
Attr In6 = 2147483647 Attr In6 = INT_MAX
Attr In7 = 2147483647 Attr In7 = INT_MAX
Attr In8 = 2147483647 Attr In8 = INT_MAX
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment