a/src/rcldb/searchdata.h b/src/rcldb/searchdata.h
...
...
148
    void setTp(SClType tp) 
148
    void setTp(SClType tp) 
149
    {
149
    {
150
    m_tp = tp;
150
    m_tp = tp;
151
    }
151
    }
152
152
153
    SClType getTp() {
154
        return m_tp;
155
    }
156
    
153
    void setMaxExpand(int max)
157
    void setMaxExpand(int max)
154
    {
158
    {
155
    m_softmaxexpand = max;
159
    m_softmaxexpand = max;
156
    }
160
    }
157
    bool getAutoDiac() {return m_autodiacsens;}
161
    bool getAutoDiac() {return m_autodiacsens;}