Changes between Version 11 and Version 12 of Configuration

Show
Ignore:
Timestamp:
10/16/12 17:04:50 (12 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Configuration

    v11 v12  
    1818cxa.env["max_timesteps"] = 4 
    1919cxa.env["w:dt"] = 1; 
    20 cxa.env["w:someDoubleProperty"] = 6.1; 
    21 cxa.env["w:someOtherProperty"] = "this is w text"; 
    22 cxa.env["r:someOtherProperty"] = "this is r text"; 
     20cxa.env["w:someDoubleProperty"] = 6.1 
     21cxa.env["w:someOtherProperty"] = "this is w text" 
     22cxa.env["r:someOtherProperty"] = "this is r text" 
    2323cxa.env["cxa_path"] = File.dirname(__FILE__) 
    2424}}}