Changeset 624

Show
Ignore:
Timestamp:
05/01/08 14:02:11 (14 months ago)
Author:
hobu
Message:

The spec doesn't say if negative times are not allowed, so we will allow them

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/laspoint.cpp

    r622 r624  
    150150    } 
    151151 
    152     if (this->GetTime() < 0.0) 
    153         flags |= eTime;     
    154  
    155152    if (flags > 0) 
    156153    { 
     
    182179        return false; 
    183180 
    184     if (this->GetTime() < 0.0) 
    185         return false; 
    186181 
    187182    return true;