| 686 | 
  | 
 | 
| 687 | 
  | 
    if (globals->haveThermalTime()){ | 
| 688 | 
  | 
      info[i].thermalTime = globals->getThermalTime(); | 
| 689 | 
+ | 
    } | 
| 690 | 
+ | 
 | 
| 691 | 
+ | 
    info[i].resetIntegrator = 0; | 
| 692 | 
+ | 
    if( globals->haveResetTime() ){ | 
| 693 | 
+ | 
      info[i].resetTime = globals->getResetTime(); | 
| 694 | 
+ | 
      info[i].resetIntegrator = 1; | 
| 695 | 
  | 
    } | 
| 696 | 
  | 
 | 
| 697 | 
  | 
    // check for the temperature set flag | 
| 1621 | 
  | 
  } | 
| 1622 | 
  | 
  theInfo.addProperty(zconsTol); | 
| 1623 | 
  | 
 | 
| 1624 | 
< | 
  //set Force Substraction Policy | 
| 1624 | 
> | 
  //set Force Subtraction Policy | 
| 1625 | 
  | 
  StringData* zconsForcePolicy = new StringData(); | 
| 1626 | 
  | 
  zconsForcePolicy->setID(ZCONSFORCEPOLICY_ID); | 
| 1627 | 
  | 
 | 
| 1630 | 
  | 
  } | 
| 1631 | 
  | 
  else{ | 
| 1632 | 
  | 
    sprintf(painCave.errMsg, | 
| 1633 | 
< | 
            "ZConstraint Warning: User does not set force substraction policy, " | 
| 1633 | 
> | 
            "ZConstraint Warning: User does not set force Subtraction policy, " | 
| 1634 | 
  | 
            "PolicyByMass is used\n"); | 
| 1635 | 
  | 
    painCave.isFatal = 0; | 
| 1636 | 
  | 
    simError();  |