Changeset 12907
- Timestamp:
- 08/06/12 08:22:55 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/bamg/macros.h ΒΆ
r12902 r12907 20 20 static const short PreviousVertex[3] = {2,0,1}; 21 21 const Icoor1 MaxICoor = 1073741823; // 2^30-1 =111...111 (29 times one) 22 //const Icoor2 MaxICoor22 = ((long)(Icoor2(2)*Icoor2(MaxICoor))); 23 //const Icoor2 MaxICoor22 = ((long)(Icoor2(2)*Icoor2(MaxICoor)*Icoor2(MaxICoor))); 24 const Icoor2 MaxICoor22 = ((unsigned long)(Icoor2(2)*Icoor2(MaxICoor)*Icoor2(MaxICoor))); 22 const Icoor2 MaxICoor22 = (Icoor2(2)*Icoor2(MaxICoor)*Icoor2(MaxICoor))); 25 23 } 26 24
Note:
See TracChangeset
for help on using the changeset viewer.