Changeset 3895 in Sophya for trunk/AddOn/TAcq/brviscalc.h


Ignore:
Timestamp:
Sep 28, 2010, 8:15:29 PM (15 years ago)
Author:
ansari
Message:

correction bugs divers ds calcul visibilites avec plusieurs threads en execution parallele et amelioration prints, Reza 28/09/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/brviscalc.h

    r3893 r3895  
    5959  // Le nombre total d'operations effectuees
    6060  inline r_8 TotNbFLOP() { return nb_flop_; }
     61  inline r_8 TotNbMegaFLOP() { return nb_flop_/(1024.e3); }
    6162
    6263protected:
Note: See TracChangeset for help on using the changeset viewer.