Corrected comment in 3' to 5' directionality check

This commit is contained in:
Oliver Henrich 2017-02-22 20:06:49 +00:00
parent 458b6749e7
commit 3626496c7c
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{ {