瀏覽代碼

added todo for gro parser regarding reusing static model parts

Alexander Rose 4 年之前
父節點
當前提交
ddafa7aac1
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/mol-model-formats/structure/gro.ts

+ 3 - 0
src/mol-model-formats/structure/gro.ts

@@ -113,6 +113,9 @@ namespace GroFormat {
     }
 }
 
+// TODO reuse static model parts when hierarchy is identical
+//      need to pass all gro.structures as one table into createModels
+
 export function trajectoryFromGRO(gro: GroFile): Task<Model.Trajectory> {
     return Task.create('Parse GRO', async ctx => {
         const format = GroFormat.fromGro(gro);