Skip to content

Commit

Permalink
Disable template use by default, now they are fixed there are some ve…
Browse files Browse the repository at this point in the history
…ry off results (shown in patch notes).
  • Loading branch information
johnmay committed Oct 7, 2015
1 parent 7db1788 commit 8c16a25
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -99,7 +99,7 @@ public class StructureDiagramGenerator {
private List<IRingSet> ringSystems = null;
private final String disconnectedMessage = "Molecule not connected. Use ConnectivityChecker.partitionIntoMolecules() and do the layout for every single component.";
private TemplateHandler templateHandler = null;
private boolean useTemplates = true;
private boolean useTemplates = false;
private boolean useIdentTemplates = true;

/** Atoms of the molecule that mapped a template */
Expand Down

0 comments on commit 8c16a25

Please sign in to comment.