Method: CodeRunner::Run::FortranNamelist.save_deleted_variables

Defined in:
lib/coderunner/fortran_namelist.rb

.save_deleted_variablesObject

Write the list of old variables to the file deleted_variables.rb



397
398
399
# File 'lib/coderunner/fortran_namelist.rb', line 397

def self.save_deleted_variables
	File.open(rcp.code_module_folder + '/deleted_variables.rb', 'w'){|f| f.puts rcp.deleted_variables.pretty_inspect}
end