Possible error in PdfTest::testMcpdf() at the trunk

Dear all,

Is this the following a bug ? Or did I not understand the code correct ?

In the method PdfTest::testMcpdf() at the trunk at line 712: the variable
vector<double>::iterator cumPDFit; is defined.
This iterator is never increased. Is this intended ?

With best regards,

Possible error in PdfTest::testMcpdf() at the trunk

Hi Jurge,

>
> Is this the following a bug ? Or did I not understand the code correct ?
>
> In the method PdfTest::testMcpdf() at the trunk at line 712: the variable
> vector<double>::iterator cumPDFit; is defined.
> This iterator is never increased. Is this intended ?
>
Mmmm, I might be missing something but at line 719 there is written
cumPDFit++, increasing the iterator.

Tinne

> _______________________________________________
> I hereby promise not to top-post on the
> BFL mailing list
> BFL [..] ...
> http://lists.mech.kuleuven.be/mailman/listinfo/bfl
>
_______________________________________________
I hereby promise not to top-post on the
BFL mailing list
BFL [..] ...
http://lists.mech.kuleuven.be/mailman/listinfo/bfl

Possible error in PdfTest::testMcpdf() at the trunk

Dear Tinne,

You are right, I checked it twice, but I missed the statement on line 719.
Thanks,

With best regards,

Jürge
_______________________________________________
I hereby promise not to top-post on the
BFL mailing list
BFL [..] ...
http://lists.mech.kuleuven.be/mailman/listinfo/bfl

Possible error in PdfTest::testMcpdf() at the trunk

Dear all,

Is this the following a bug ? Or did I not understand the code correct ?

In the method PdfTest::testMcpdf() at the trunk at line 712: the variable
vector<double>::iterator cumPDFit; is defined.
This iterator is never increased. Is this intended ?

With best regards,