Method: BOAST::CKernel#load_ref_outputs

Defined in:
lib/BOAST/CKernel.rb

#load_ref_outputs(path = "", suffix = ".out") ⇒ Object



687
688
689
# File 'lib/BOAST/CKernel.rb', line 687

def load_ref_outputs(path = "", suffix = ".out" )
  return load_ref_files( path, suffix, :out )
end