Changes between Version 11 and Version 12 of Configuration
- Timestamp:
- 10/16/12 17:04:50 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Configuration
v11 v12 18 18 cxa.env["max_timesteps"] = 4 19 19 cxa.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" ;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" 23 23 cxa.env["cxa_path"] = File.dirname(__FILE__) 24 24 }}}