Ignore:
Timestamp:
Dec 4, 2023, 10:59:30 PM (12 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/BNC_2.13.0/src/combination/bncbiassnx.cpp

    r10227 r10273  
    119119    else if (line.indexOf("BIAS_MODE") == 1) {
    120120       if      (line.contains("ABSOLUTE")) {
    121          _type = ABSOLUTE;
     121         _type = ABS;
    122122       }
    123123       else if (line.contains("RELATIVE")) {
    124          _type = RELATIVE;
     124         _type = REL;
    125125       }
    126126    }
     
    176176  inFile.close();
    177177
    178   if (_type == ABSOLUTE) {
     178  if (_type == ABS) {
    179179    getDsbFromOsb();
    180180  }
Note: See TracChangeset for help on using the changeset viewer.