Changeset 197 in Sophya for trunk/SophyaPI


Ignore:
Timestamp:
Feb 17, 1999, 3:19:28 PM (27 years ago)
Author:
ercodmgr
Message:

Compil KCC et EGCS Reza 17/02/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pigraphuc.cc

    r158 r197  
    2121
    2222// Pour echanger deux valeurs PIGrCoord
    23 static float swpfl;
    24 static inline void fl_swap(float& grc1, float& grc2)
    25 { swpfl = grc1; grc1 = grc2; grc2 = swpfl; }
     23static inline void fl_swap(float& a, float& b) { float tmp = a; a = b; b = tmp; }
    2624
    2725//++
Note: See TracChangeset for help on using the changeset viewer.