Changeset 8532


Ignore:
Timestamp:
05/21/07 13:40:19 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8531 r8532  
    2424
    2525   * datacenter/macros/fillstar.C:
    26      - bugfix: for sparkrate='inf', now NULL is filled into the db
     26     - bugfix: for sparkrate='inf', now 0.00 is filled into the db
    2727
    2828
  • trunk/MagicSoft/Mars/datacenter/macros/fillstar.C

    r8530 r8532  
    212212
    213213    if (sparkrate.Contains("inf"))
    214         sparkrate="NULL";
     214        sparkrate="0.00";
    215215
    216216    TGraph *g = (TGraph*)arr.FindObjectInCanvas("Humidity", "TGraph", "MHWeather");
Note: See TracChangeset for help on using the changeset viewer.