Skip to content
Snippets Groups Projects
Commit 0a70e4b3 authored by marco's avatar marco
Browse files

silence warning

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2060 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 9c45384c
Branches
Tags
No related merge requests found
......@@ -96,7 +96,6 @@ geom::AlignedCuboid TraceRendererBase::GetBoundingBox() const
bool empty=true;
for (int node_list=0; node_list<trace_subset_.GetSize(); ++node_list) {
// first build the spline
Spline spl;
const NodeListSubset& nl=trace_subset_[node_list];
for (int i=0; i<nl.GetSize();++i) {
const NodeEntry& entry=nl[i];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment