Changeset 2151 in ntrip
- Timestamp:
- Dec 31, 2009, 1:28:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncfigureppp.cpp ΒΆ
r2150 r2151 115 115 116 116 const static double scale0 = 0.8; 117 const staticdouble tOffset =1.0;118 const staticdouble xOffset =0.1;117 double tOffset = tRange / 10.0; 118 double xOffset = xRange / 10.0; 119 119 120 120 double tScale = scale0 * frameSize().width() / tRange;
Note:
See TracChangeset
for help on using the changeset viewer.