Explorar o código

added todo for gro parser regarding reusing static model parts

Alexander Rose %!s(int64=4) %!d(string=hai) anos
pai
achega
ddafa7aac1
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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> {
 export function trajectoryFromGRO(gro: GroFile): Task<Model.Trajectory> {
     return Task.create('Parse GRO', async ctx => {
     return Task.create('Parse GRO', async ctx => {
         const format = GroFormat.fromGro(gro);
         const format = GroFormat.fromGro(gro);