- Timestamp:
- 12/13/12 18:10:19 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STMath.cpp
r2670 r2695 1343 1343 ++s2it; 1344 1344 } 1345 1346 out->setFluxUnit("K"); 1347 1345 1348 return out; 1346 1349 } … … 1515 1518 ++s2it; 1516 1519 } 1520 1521 calb1->setFluxUnit("K"); 1522 1517 1523 return calb1; 1518 1524 } … … 1609 1615 out = dofold( out1, out2, choffset ) ; 1610 1616 } 1611 1617 1618 out->setFluxUnit("K"); 1619 1612 1620 return out; 1613 1621 }
Note:
See TracChangeset
for help on using the changeset viewer.