Skip to content

Commit

Permalink
clang format headers
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-engelstad committed Oct 9, 2024
1 parent e80be6d commit 5ca229b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TACSAssembler.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ class TACSAssembler : public TACSObject {
int setDependentNodes(const int *_depNodeIndex, const int *_depNodeToTacs,
const double *_depNodeWeights);

void getAverageStresses(ElementType elem_type, TacsScalar *avgStresses, int compNum);
void getAverageStresses(ElementType elem_type, TacsScalar *avgStresses,
int compNum);
void setComplexStepGmatrix(bool flag);

// Set additional information about the design vector
Expand Down

0 comments on commit 5ca229b

Please sign in to comment.