Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a06ce1c

Browse files
committed
use updated field name
1 parent be2d41a commit a06ce1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/3dveins.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,12 +1318,12 @@ bool GeoLayer::form_veins(color_ostream &out)
13181318
);
13191319
}
13201320

1321-
vptr->probability = std::max<int>(vptr->probability, info->vein_unk_38[i]);
1321+
vptr->probability = std::max<int>(vptr->probability, info->vein_freq[i]);
13221322
}
13231323
else
13241324
{
13251325
vptr = VeinExtent::Ptr(new VeinExtent(key));
1326-
vptr->probability = info->vein_unk_38[i];
1326+
vptr->probability = info->vein_freq[i];
13271327
if (parent_id >= 0)
13281328
vptr->set_parent(refs[parent_id]);
13291329

0 commit comments

Comments
 (0)