Add comment

This commit is contained in:
Julia Friesel
2018-09-28 18:44:40 +02:00
parent 32e6b2da78
commit d76fbf3f26
+1
View File
@@ -7,6 +7,7 @@ export default function (cycleDays, tempEvalEndIndex) {
// we search for the day of cervix peak, which must: // we search for the day of cervix peak, which must:
// * have fertile cervix values // * have fertile cervix values
// * be followed by at least 3 days // * be followed by at least 3 days
// * must happen prior to end of temperature evaluation
// these 3 following days must all show infertile cervix values // these 3 following days must all show infertile cervix values
// if everything applies we must check the days until the end of temperature evaluation // if everything applies we must check the days until the end of temperature evaluation
// during these relevantDays no fertile cervix must occur // during these relevantDays no fertile cervix must occur