Skip to content

Commit

Permalink
fmk - bug fix in DispBeamColumn3dID.h, array declared was too small
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Nov 15, 2021
1 parent 9d438d7 commit 4c7ecc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SRC/element/dispBeamColumn/DispBeamColumn3dID.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class DispBeamColumn3dID : public Element
double q0[5]; // Fixed end forces in basic system (no torsion)
double p0[5]; // Reactions in basic system (no torsion)

double init_disp[5]; // Initial displacements (from nodes at initialization)
double init_disp[6]; // Initial displacements (from nodes at initialization)

double rho; // Mass density per unit length
int cMass; // consistent mass flag
Expand Down

0 comments on commit 4c7ecc4

Please sign in to comment.