Skip to content

Setting the demand multiplier inside the [DEMANDS] section has been depreciated #11

@lbutler

Description

@lbutler

The undocumented feature to set the demand multiplier in the [DEMANDS] section of the INP has been depreciated.

The following section inside Uimport.pas will need to be removed

else if CompareText(MULTIPLY,TokList[0]) = 0 then
begin
if not Uutils.GetSingle(TokList[1],x) then Result := 201
else Network.Options.Data[DEMAND_MULT_INDEX] := TokList[1];
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions