Changeset 12877
- Timestamp:
- 08/02/12 13:18:15 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/bamg/macros.h
r12821 r12877 19 19 static const short NextVertex[3] = {1,2,0}; 20 20 static const short PreviousVertex[3] = {2,0,1}; 21 #if LONG_BIT > 63 22 const Icoor1 MaxICoor = 1073741823; // 2^30-1 =111...111 (29 times) 23 #else 24 const Icoor1 MaxICoor = 8388608; // 2^23 25 #endif 26 const Icoor2 MaxICoor22 = Icoor2(2)*Icoor2(MaxICoor) * Icoor2(MaxICoor) ; 21 const Icoor1 MaxICoor = 1073741823; // 2^30-1 =111...111 (29 times one) 22 const Icoor2 MaxICoor22 = Icoor2(2)*Icoor2(MaxICoor)*Icoor2(MaxICoor) ; 27 23 } 28 24
Note:
See TracChangeset
for help on using the changeset viewer.