diff --git a/data/npctransport.proto b/data/npctransport.proto index 9194b58..d07f168 100644 --- a/data/npctransport.proto +++ b/data/npctransport.proto @@ -345,7 +345,7 @@ message Statistics { // optional double site_interactions_per_floater=1 [default=0]; // number of site interactions per floater // optional double interacting_fraction=2 [default=0]; // fraction of floaters in interaction // optional double chains_per_interacting_floater=3 [default=0]; // number of FG chain per interacting floater - // optional double beads_per_interacting_floater=4 [default=0]; // number of FG beads per intercating floater + // optional double beads_per_interacting_floater=4 [default=0]; // number of FG beads per interacting floater optional double diffusion_coefficient=5 [default=0]; optional double correlation_time=6 [default=0]; optional double avg_n_transports=7 [default=0]; // avg number of times a particle of this type has crossed the channel diff --git a/include/Scoring.h b/include/Scoring.h index 945a3c1..55ce9ac 100644 --- a/include/Scoring.h +++ b/include/Scoring.h @@ -186,7 +186,7 @@ class IMPNPCTRANSPORTEXPORT Scoring: public Object @param non_optimizable_beads particles container on which to apply bounding volume and pair constraints only if they also involve optimizable beads @param optimizable_beads particles container on which to apply bounding volume - and pair contstraints, either with other optimizable beads or with + and pair constraints, either with other optimizable beads or with non-optimizable ones. @param is_attr_interactions_on if false, only repulsive interactions will be computed between pairs of particles diff --git a/src/BrownianDynamicsTAMDWithSlabSupport.cpp b/src/BrownianDynamicsTAMDWithSlabSupport.cpp index 9ec6448..f3cb7d7 100644 --- a/src/BrownianDynamicsTAMDWithSlabSupport.cpp +++ b/src/BrownianDynamicsTAMDWithSlabSupport.cpp @@ -27,7 +27,7 @@ ::do_advance_chunk // Relax all FG springs by going over all FGs and then updating all their springs by random diffusion + gradient just as BD of XYZ particles // Note that this is inefficient if there are no harmonic springs (backward support), but we only care about performance of new version - // where they are persent + // where they are present double dtfs_ikt(dtfs*ikt); for(unsigned int i=0; i