Skip to content
Snippets Groups Projects
Commit d6e36d4c authored by JonStargaryen's avatar JonStargaryen
Browse files

cleanup

parent 0d526fdc
No related branches found
No related tags found
No related merge requests found
......@@ -345,7 +345,6 @@ function membraneSegments(ctx: ANVILContext, membrane: MembraneCandidate): Array
const { units } = structure;
const { elementIndices, unitIndices } = structure.serialMapping;
const testPoint = v3zero();
const { auth_asym_id } = StructureProperties.chain;
const { auth_seq_id } = StructureProperties.residue;
const d1 = -v3dot(normalVector!, planePoint1);
......@@ -418,7 +417,6 @@ function membraneSegments(ctx: ANVILContext, membrane: MembraneCandidate): Array
segments.push({ start: startOffset, end: endOffset });
const l = StructureElement.Location.create(structure);
setLocation(l, structure, offsets[0]);
let startAuth;
let endAuth;
const refinedSegments: Array<{ start: number, end: number }> = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment