Changeset 12877


Ignore:
Timestamp:
08/02/12 13:18:15 (13 years ago)
Author:
Mathieu Morlighem
Message:

CHG: Getting rid of LONG_BIT for good

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/bamg/macros.h

    r12821 r12877  
    1919        static const short NextVertex[3] = {1,2,0};
    2020        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) ;
    2723}
    2824
Note: See TracChangeset for help on using the changeset viewer.