Skip to content

Commit

Permalink
Remove blanks
Browse files Browse the repository at this point in the history
  • Loading branch information
christiankral committed Oct 18, 2023
1 parent 8450a8e commit bcf0b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Electrical/Batteries/Examples/CCCV_Cell.mo
Expand Up @@ -2,7 +2,7 @@ within Modelica.Electrical.Batteries.Examples;
model CCCV_Cell
"Charge a cell with constant current - constant voltage characteristic"
extends Modelica.Icons.Example;
parameter Modelica.Units.SI.Current Isc = 1200 "Short-circuit current of cell at OCVmax";
parameter Modelica.Units.SI.Current Isc = 1200 "Short-circuit current of cell at OCVmax";
parameter Modelica.Electrical.Batteries.ParameterRecords.ExampleData cellData(
Qnom=18000,
useLinearSOCDependency=false,
Expand Down

0 comments on commit bcf0b77

Please sign in to comment.