Module: CodeRunner::Trinity::ActualParameterValues

Included in:
CodeRunner::Trinity
Defined in:
lib/trinitycrmod/actual_parameter_values.rb

Overview

Functions to return the values of parameters if they are not set in CodeRunner. These must be manually kept in sync with Trinity… let’s keep their number down to a minimum

Instance Method Summary collapse

Instance Method Details

#dflx_stencil_actualObject



7
8
9
# File 'lib/trinitycrmod/actual_parameter_values.rb', line 7

def dflx_stencil_actual
	@dflx_stencil or 2
end

#evolve_grads_only_actualObject



10
11
12
# File 'lib/trinitycrmod/actual_parameter_values.rb', line 10

def evolve_grads_only_actual
	@evolve_grads_only or ".true."
end

#fork_flag_actualObject



13
14
15
# File 'lib/trinitycrmod/actual_parameter_values.rb', line 13

def fork_flag_actual
	@fork_flag or ".true."
end