View | Details | Raw Unified | Return to bug 1134
Collapse All | Expand All

(-)li-ion-energy-source.cc (-1 / +1 lines)
 Lines 45-51    Link Here 
45
                   MakeDoubleAccessor (&LiIonEnergySource::SetInitialEnergy,
45
                   MakeDoubleAccessor (&LiIonEnergySource::SetInitialEnergy,
46
                                       &LiIonEnergySource::GetInitialEnergy),
46
                                       &LiIonEnergySource::GetInitialEnergy),
47
                   MakeDoubleChecker<double> ())
47
                   MakeDoubleChecker<double> ())
48
    .AddAttribute ("IntialCellVoltage",
48
    .AddAttribute ("InitialCellVoltage",
49
                   "Initial (maximum) voltage of the cell (fully charged).",
49
                   "Initial (maximum) voltage of the cell (fully charged).",
50
                   DoubleValue (4.05), // in Volts
50
                   DoubleValue (4.05), // in Volts
51
                   MakeDoubleAccessor (&LiIonEnergySource::SetInitialSupplyVoltage,
51
                   MakeDoubleAccessor (&LiIonEnergySource::SetInitialSupplyVoltage,

Return to bug 1134