소스 검색

Debugged all in jmol

yakomaxa 2 년 전
부모
커밋
00970164db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/mol-script/transpilers/jmol/keywords.ts

+ 1 - 1
src/mol-script/transpilers/jmol/keywords.ts

@@ -66,7 +66,7 @@ export const keywords: KeywordDict = {
   all: {
     '@desc': 'all atoms; same as *',
     abbr: ['*'],
-    map: () => B.struct.generator.atomGroups()
+    map: () => B.struct.generator.all()
   },
   bonded: {
     '@desc': 'covalently bonded',