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

silence warning

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1991 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent f9d8270c
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,6 @@ void TraceRenderer::RenderPov(PovState& pov, const std::string& name)
Color col0=nl[0].color1;
pov.write_sphere(p0,rad0,col0,name);
for (int i=1; i<nl.GetSize();++i) {
const NodeEntry& entry=nl[i];
geom::Vec3 p1=nl[i].atom.GetPos();
float rad1=0.2;
Color col1=nl[i].color1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment