Skip to content

Commit

Permalink
Update SpandrelForce.cs
Browse files Browse the repository at this point in the history
Duplication removed.
  • Loading branch information
Chrisshort92 committed Sep 5, 2024
1 parent b09f44e commit bdeac8c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions ETABS_oM/Results/SpandrelForce.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,12 @@ public SpandrelForce(IComparable objectId, IComparable resultCase, string locati
: base(objectId, resultCase, modeNumber, timeStep, position, divisions)
{
Location = location;
FX = fx;
FX = fx;
FY = fy;
FZ = fz;
MX = mx;
MY = my;
MZ = mz;
fx = fx;
fy = fy;
fz = fz;
mx = mx;
my = my;
mz = mz;

}

/***************************************************/
Expand Down

0 comments on commit bdeac8c

Please sign in to comment.