Changeset 8532
- Timestamp:
- 05/21/07 13:40:19 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8531 r8532 24 24 25 25 * datacenter/macros/fillstar.C: 26 - bugfix: for sparkrate='inf', now NULLis filled into the db26 - bugfix: for sparkrate='inf', now 0.00 is filled into the db 27 27 28 28 -
trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
r8530 r8532 212 212 213 213 if (sparkrate.Contains("inf")) 214 sparkrate=" NULL";214 sparkrate="0.00"; 215 215 216 216 TGraph *g = (TGraph*)arr.FindObjectInCanvas("Humidity", "TGraph", "MHWeather");
Note:
See TracChangeset
for help on using the changeset viewer.