Skip to content

Commit

Permalink
CI compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricix committed Oct 16, 2024
1 parent 79fb1b3 commit 823d90e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions inc/Loads.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ namespace Loads {
std::vector<Eigen::Vector3d> velocity;
};

void setSeismicData();

SeismicData& getSeismicData();

/// \brief Configures the gravity load in particles
Expand Down Expand Up @@ -128,9 +130,6 @@ namespace Loads {
/// \brief Set initial velocity in bodies
/// \param[in] bodies A list containing Body pointers
void setInitialVelocity(vector<Body*>& bodies);

void setSeismicData();
SeismicData& Loads::getSeismicData();
};

#endif /* LOADS_H_ */

0 comments on commit 823d90e

Please sign in to comment.