Skip to content

Commit

Permalink
wipe damping
Browse files Browse the repository at this point in the history
  • Loading branch information
yulee committed Aug 19, 2024
1 parent fa0407f commit d6fcbe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SRC/interpreter/OpenSeesCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#include <SectionRepres.h>
#include <TimeSeries.h>
#include <CrdTransf.h>
#include <damping.h>
#include <Damping.h>
#include <BeamIntegration.h>
#include <NodalLoad.h>
#include <AnalysisModel.h>
Expand Down
2 changes: 1 addition & 1 deletion SRC/interpreter/PythonAnalysisBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#include <NDMaterial.h>
#include <LoadPattern.h>
#include <CrdTransf.h>
#include <damping.h>
#include <Damping.h>
#include <BeamIntegration.h>
#include <Newmark.h>
#include <EigenSOE.h>
Expand Down

0 comments on commit d6fcbe2

Please sign in to comment.