Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Marius Heine <[email protected]>
  • Loading branch information
TruongQuangSB and mariusheine authored Dec 9, 2024
1 parent 981be56 commit b838c37
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,20 +183,20 @@ class SsldTransformator extends AbstractPlanPro2TableModelTransformator {
)

// H: Ssld.Eigenschaften.Laenge.Ist
val fstrFarhWegLength = dweg.fstrFahrweg.length
val fstrFahrWegLength = dweg.fstrFahrweg.length
fill(
instance,
cols.getColumn(Laenge_Ist),
dweg,
[fstrFarhWegLength.toTableIntegerAgateDown]
[fstrFahrWegLength.toTableIntegerAgateDown]
)

// I: Ssld.Eigenschaften.Laenge.Freigemeldet
fill(
instance,
cols.getColumn(Freigemeldet),
dweg,
[getFreigemeldetLaenge(topGraph, fstrFarhWegLength)]
[getFreigemeldetLaenge(topGraph, fstrFahrWegLength)]
)

// J: Ssld.Eigenschaften.massgebende_Neigung
Expand Down

0 comments on commit b838c37

Please sign in to comment.