forked from lijiext/lammps
Corrected comment in 3' to 5' directionality check
This commit is contained in:
parent
458b6749e7
commit
3626496c7c
|
@ -253,8 +253,8 @@ inline double MFOxdna::DF5(double x, double a, double x_ast,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------
|
/* ----------------------------------------------------------------------
|
||||||
test for directionality by projecting base normal n onto delr,
|
test for directionality by projecting base normal n onto delr = a - b,
|
||||||
returns 1 if nucleotide a to nucleotide b is 3' to 5', otherwise -1
|
returns 1 if nucleotide b to nucleotide a is 3' to 5', otherwise -1
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
inline double MFOxdna::is_3pto5p(const double * delr, const double * n)
|
inline double MFOxdna::is_3pto5p(const double * delr, const double * n)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue