소스 검색

added jmol transpiler

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

+ 6 - 6
src/mol-script/transpilers/jmol/parser.ts

@@ -1,10 +1,10 @@
-/**                                                                                                                                          
+/**
  * Copyright (c) 2017-2021 mol* contributors, licensed under MIT, See LICENSE file for more info.                                           
- * @author Alexander Rose <alexander.rose@weirdbyte.de>                                                                                     \
- * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>                                                                                \
- *                                                                                                                                           
- * @author Koya Sakuma                                                                                                                      \
- * This module was taken from MolQL and modified in similar manner as pymol and vmd tranpilers.                                              
+ * @author Alexander Rose <alexander.rose@weirdbyte.de>
+ * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>                                                                                
+ *                                                                                                                                          
+ * @author Koya Sakuma
+ * This module was taken from MolQL and modified in similar manner as pymol and vmd tranpilers.                                              **/
 
 
 import * as P from '../../../mol-util/monadic-parser';