[Bug-gnubg] Fix for problem with wrong double statistics

2006-03-20 Thread Christian Anthon
Hi all, could somebody with access apply the attached diff to analysis.c, fixing the statistics problem recently reported: Christian. -- I can't promise that I'll try. But, I'll try to try. -- Bart Index: analysis.c === RCS file:

Réf. : [Bug-gnubg] Fix for problem with wrong double statistics

2006-03-20 Thread Massimiliano . Maini
I think taht the second fix is wrong ! Here's your 2nd fix : 425,426c384 if ( pmr-CubeDecPtr-aarOutput[ 0 ][ OUTPUT_WIN ] = CashPoint( pms, pmr-CubeDecPtr-aarOutput[ 0 ] ) ) { --- if ( arDouble[ OUTPUT_TAKE ] 1.0f ) { Here we are in a missed double situation

Re: Réf. : [Bug-gnubg] Fix for problem with wrong double statistics

2006-03-20 Thread Christian Anthon
Well both should be right since the numbers are in normalized money equity, in which case OUTPUT_PASS == 1.0f ;) Christian. ___ Bug-gnubg mailing list Bug-gnubg@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] Fix for problem with wrong double statistics

2006-03-20 Thread Øystein Johansen
Patch commited. -Øystein signature.asc Description: OpenPGP digital signature ___ Bug-gnubg mailing list Bug-gnubg@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnubg