From 21f08848342e5240626cd15f03ad2c26d5cb422c Mon Sep 17 00:00:00 2001 From: Marco Biasini <marco.biasini@unibas.ch> Date: Fri, 15 Jun 2012 16:17:19 +0200 Subject: [PATCH] update IOProfile signature --- modules/io/doc/profile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/io/doc/profile.rst b/modules/io/doc/profile.rst index 11d5779fa..a0a43565e 100644 --- a/modules/io/doc/profile.rst +++ b/modules/io/doc/profile.rst @@ -72,7 +72,7 @@ CHARMM: The IOProfile Class -------------------------------------------------------------------------------- -.. class:: IOProfile(quack_mode=False, dialect='PDB', strict_hydrogens=False, fault_tolerant=False) +.. class:: IOProfile(dialect='PDB', strict_hydrogens=False, quack_mode=False, join_spread_atom_records=False, no_hetatms=False, calpha_only=False, fault_tolerant=False, bond_feasibility_check=True) Aggregates flags that control the import of molecular structures. -- GitLab