fix combine buffer
This commit is contained in:
parent
094d0a4497
commit
fde318716f
@ -158,7 +158,7 @@ public:
|
|||||||
this->info.labels.push_back( label );
|
this->info.labels.push_back( label );
|
||||||
// push back weight if any
|
// push back weight if any
|
||||||
if( fweight != NULL ){
|
if( fweight != NULL ){
|
||||||
this->info.labels.push_back( weight );
|
this->info.weights.push_back( weight );
|
||||||
}
|
}
|
||||||
this->data.AddRow( findex, fvalue );
|
this->data.AddRow( findex, fvalue );
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user