Comment 2 for bug 1712363

Revision history for this message
Evan Daykin (daykinev) wrote :

@Ralph, what is your desired behavior here? Am I on the right track with the following:

-Change SIMM to menuSimm from menuYesNo. What is the usual practice for backwards database compatibility here?

case menuSimmYES:
case menuSimmRAW:
{
  ...
  if (prec->simm == menuSimmYES){
    //putLink SIOL directly to OVAL (no conversion)
  }
  else //
  {
    //put (long)floor(SIOL) to RVAL (convert)
  }
}