Ignore:
Timestamp:
10/13/10 15:25:55 (14 years ago)
Author:
hozdoba
Message:

Début Interface c<->fortran

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/XMLIO/duration.hpp

    r130 r131  
    7070         bool isNone(void) const 
    7171         { 
    72             if ((year==0) && (month ==0) && (day   ==0) && 
    73                 (hour==0) && (minute==0) && (second==0)) 
     72            if ((year == 0) && (month  == 0) && (day    == 0) && 
     73                (hour == 0) && (minute == 0) && (second == 0)) 
    7474               return (true); 
    7575            return (false); 
     
    8181         { 
    8282            const struct _duration& own = *this; 
    83             std::ostringstream oss; oss << own; return (oss.str()); 
     83            std::ostringstream oss; oss << own; 
     84            return (oss.str()); 
    8485         } 
    8586 
Note: See TracChangeset for help on using the changeset viewer.