Class: Mspire::Mascot::Dat::Parameters

Inherits:
Hash
  • Object
show all
Includes:
Castable, Section::KeyVal
Defined in:
lib/mspire/mascot/dat/parameters.rb

Constant Summary collapse

CAST =
{
  'TOL' => :to_f,
  'ITOL' => :to_f,
  'PFA' => :to_i,
  'CHARGE' => Cast::FROM_CHARGE_STRING,
}

Method Summary

Methods included from Castable

#cast!

Methods included from Section::KeyVal

#from_io!