Starting logging SublimeCodeIntel v2.2.0 rev GIT-unknown (1481616156) on Thu Jul 26 19:24:37 2018
=================================================================================================
This commit is contained in:
parent
9d0093e474
commit
53a7d05dcb
1 changed files with 2 additions and 0 deletions
|
@ -1108,6 +1108,8 @@ PrintObjectSupportMaterial::MyLayersPtr PrintObjectSupportMaterial::top_contact_
|
|||
contact_out[k] = contact_out[i];
|
||||
i = j;
|
||||
}
|
||||
if (k < contact_out.size())
|
||||
contact_out.erase(contact_out.begin() + k, contact_out.end());
|
||||
}
|
||||
|
||||
BOOST_LOG_TRIVIAL(debug) << "PrintObjectSupportMaterial::top_contact_layers() in parallel - end";
|
||||
|
|
Loading…
Reference in a new issue