Skip to content

Commit

Permalink
Add missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jul 17, 2024
1 parent e0ea137 commit dfb1cef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/isd/include/GaussianAnchorEMRestraint.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,16 @@ class IMPISDEXPORT GaussianAnchorEMRestraint : public ISDRestraint
(currently spherically symmetric)
\param[in] density_weights weights for the density GMM
\param[in] global_sigma Particle to modulate the uncertainty
\param[in] cutoff_dist Only consider model-density interactions
up to this distance
\param[in] rigid Set to true if the model is rigid (faster)
\param[in] tabexp Use pre-calculated tabulated exponential
\param[in] name User-visible name of the restraint, if desired
*/
GaussianAnchorEMRestraint(ParticlesTemp model_ps, Floats model_sigs,
Floats model_weights, ParticlesTemp density_ps,
Floats density_sigs, Floats density_weights,
Particle *global_sigma,Float cutoff_dist,
Particle *global_sigma, Float cutoff_dist,
bool rigid, bool tabexp,
std::string name="GaussianAnchorEMRestraint%1%"):
ISDRestraint(model_ps[0]->get_model(),name),
Expand Down

0 comments on commit dfb1cef

Please sign in to comment.