Commit 24ea04f2 authored by Salko Jr, Robert's avatar Salko Jr, Robert
Browse files

autopep

Description:

CASL Ticket # - N/A
parent 5a475ccc
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -846,4 +846,3 @@ class InpParse(object):
                frict['options']['B'] = me.inpDict['models']['friction']['custom']['B']['value']
                frict['options']['C'] = me.inpDict['models']['friction']['custom']['C']['value']
        return frict
+9 −8
Original line number Diff line number Diff line
@@ -144,7 +144,8 @@ def writeDeck(model, filename):
    if irfc == 5:
        group1Data.append("*Card 1.5\n")
        group1Data.append("**         A           B           C\n")
        group1Data.append("{:12.4e}{:12.4e}{:12.4e}\n".format(model.frictionModel['options']['A'], model.frictionModel['options']['B'], model.frictionModel['options']['C']))
        group1Data.append("{:12.4e}{:12.4e}{:12.4e}\n".format(
            model.frictionModel['options']['A'], model.frictionModel['options']['B'], model.frictionModel['options']['C']))

    # The Card Group 2 data to be written to the deck
    group2Data = []
+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.