Changeset 18523 for trunk/FACT++/src
- Timestamp:
- 06/24/16 12:20:34 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/magiclidar.cc
r18505 r18523 167 167 try 168 168 { 169 const Time tm = Time( 2000+y, m, d, hh, mm, ss);169 const Time tm = Time(y>999 ? y : 2000+y, m, d, hh, mm, ss); 170 170 if (tm==fLastReport) 171 171 return;
Note:
See TracChangeset
for help on using the changeset viewer.