Changeset 2484 in Sophya


Ignore:
Timestamp:
Dec 22, 2003, 1:39:30 PM (22 years ago)
Author:
ansari
Message:

Corrections petites erreurs / warning, suite compilation sur SGI-CC - Reza 22 Dec 2003

Location:
trunk/SophyaLib/BaseTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/ppfbinstream.cc

    r2482 r2484  
    367367
    368368  int_4 i4;
    369   int_8 i8;
    370369  uint_8 ui8;
    371370
     
    398397  else {
    399398    int_4 dsize = ppst1;
    400     int_4 dsizeskip = dsize;
    401399    if (ppst30 == PPS_DATATYPE_COMPLEX) {
    402400      dsize--;
    403       dsizeskip = 2*dsize;
    404401    }
    405402    switch (ppst2) {     
     
    436433  int_8 i8;
    437434 
    438 
    439435  if (fgrdt)  GetRawUByte(ppstag);
    440436  else ppstag = itag;
  • trunk/SophyaLib/BaseTools/ppfnametag.h

    r2481 r2484  
    2121  { return pi.GotoNameTag(_tname); }
    2222  inline void WriteTag(POutPersist& po) const
    23   { return po.WriteNameTag(_tname); }
     23  { po.WriteNameTag(_tname); return; }
    2424  inline char*  operator= (char* s) { _tname = s; return s; }
    2525  inline string const & operator= (string const & s)  { _tname = s; return s; }
Note: See TracChangeset for help on using the changeset viewer.