Browse Source

Issue #805: fixed is-transmembrane symbol conflict warning

cycle20 1 year ago
parent
commit
e38f6ccd2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/tmdet-extension/prop.ts

+ 1 - 1
src/tmdet-extension/prop.ts

@@ -101,7 +101,7 @@ namespace MembraneOrientation {
 
     const pos = Vec3();
     export const symbols = {
-        isTransmembrane: QuerySymbolRuntime.Dynamic(CustomPropSymbol('computed', 'membrane-orientation.is-transmembrane', Type.Bool),
+        isTransmembrane: QuerySymbolRuntime.Dynamic(CustomPropSymbol('computed', 'tmdet-membrane-orientation.is-transmembrane', Type.Bool),
             ctx => {
                 const { unit, structure } = ctx.element;
                 const { x, y, z } = StructureProperties.atom;