@@ -387,7 +387,7 @@ class DECLDIR Line final : public Instance, public NatFreqCFL
387387 EnvCondRef env_in,
388388 shared_ptr<ofstream> outfile,
389389 string channels,
390- real dtM0);
390+ real dtM0);
391391
392392 /* * @brief Set the environmental data
393393 * @param waves_in Global Waves object
@@ -401,7 +401,7 @@ class DECLDIR Line final : public Instance, public NatFreqCFL
401401 seafloor = seafloor_in;
402402 }
403403
404- /* * @brief Initializse the line object
404+ /* * @brief Initialize the line object
405405 * @note Becasue Line.hpp is the only function that calls this, no state
406406 * vectors need to be returned. This is different from the structure of
407407 * the other objects initialize functions.
@@ -965,10 +965,7 @@ class DECLDIR Line final : public Instance, public NatFreqCFL
965965 vec getEndSegmentMoment (EndPoints end_point, EndPoints rod_end_point) const ;
966966
967967 /* * @brief Calculate forces and get the derivative of the line's states
968- * @param drdt Output state derivatives
969- * @param vel Where to store the velocities of the internal nodes
970- * @param acc Where to store the accelerations of the internal nodes
971- * @param misc Where to store the misc states of lines (viv phase, viscoelastic, unused)
968+ * @param drdt Output state derivatives
972969 * @throws nan_error If nan values are detected in any node position
973970 */
974971 void getStateDeriv (InstanceStateVarView drdt);
0 commit comments