lib/gryfxcrmod/deleted_variables.rb in gryfxcrmod-0.1.8 vs lib/gryfxcrmod/deleted_variables.rb in gryfxcrmod-0.1.9
- old
+ new
@@ -396,6 +396,28 @@
:code_name=>:write_phi,
:must_pass=>
[{:test=>"kind_of? String",
:explanation=>"This variable must be a string."}],
:type=>:String,
- :autoscanned_defaults=>["on"]}}
+ :autoscanned_defaults=>["on"]},
+ :dt=>
+ {:should_include=>"true",
+ :description=>nil,
+ :help=>nil,
+ :code_name=>:dt,
+ :must_pass=>
+ [{:test=>"kind_of? Numeric",
+ :explanation=>
+ "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
+ :type=>:Float,
+ :autoscanned_defaults=>[0.02]},
+ :maxdt=>
+ {:should_include=>"true",
+ :description=>nil,
+ :help=>nil,
+ :code_name=>:maxdt,
+ :must_pass=>
+ [{:test=>"kind_of? Numeric",
+ :explanation=>
+ "This variable must be a floating point number (an integer is also acceptable: it will be converted into a floating point number)."}],
+ :type=>:Float,
+ :autoscanned_defaults=>[0.02]}}