bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnubg] "set rollout bearofftruncation onesided off" not working


From: Joseph Heled
Subject: [Bug-gnubg] "set rollout bearofftruncation onesided off" not working
Date: Fri, 10 Jan 2003 09:01:14 +1300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021202


Whe I give the command

set rollout bearofftruncation onesided off

I get

Will not truncate *cubeless* rollouts when reaching one-sided bearoff database

Yet, trucation still occurs.

gdb) p rcRollout->fTruncBearoffOS
$8 = 1


I see the command sets fTruncBearoff2, not fTruncBearoffOS.


extern void
CommandSetRolloutBearoffTruncationOS ( char *sz ) {

  int f = prcSet->fTruncBearoff2;

  SetToggle ( "rollout bearofftruncation onesided", &f, sz,
              _("Will truncate *cubeless* rollouts when reaching"
                " one-sided bearoff database"),
              _("Will not truncate *cubeless* rollouts when reaching"
                " one-sided bearoff database") );

  prcSet->fTruncBearoff2 = f;


}

-Joseph





reply via email to

[Prev in Thread] Current Thread [Next in Thread]