Changeset 1290 in Sophya


Ignore:
Timestamp:
Nov 3, 2000, 5:51:43 PM (25 years ago)
Author:
ansari
Message:

modifs cosmetiques - cmv+Reza 3/11/2000

Location:
trunk/SophyaLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/mutyv.h

    r1080 r1290  
    3737         ~MuTyV();
    3838 
    39   inline char Type() { return typ; }
     39  inline char Type() const { return typ; }
    4040
    4141         MuTyV & operator= (MuTyV const & a);
  • trunk/SophyaLib/SysTools/timing.c

    r219 r1290  
    2929#include <string.h>
    3030#include <time.h>
    31  
     31
     32#include "timing.h"
     33
    3234clock_t CPUT0, CPUT;
    3335time_t ELT0, ELT;
    3436 
    35 void InitTim(void);
    36 void PrtTim(char *Comm);
    3737 
    3838/* Nouvelle-Fonction */
Note: See TracChangeset for help on using the changeset viewer.