Skip to content

Commit

Permalink
Now use AtomContainer2 by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Mar 3, 2018
1 parent 886c90b commit e519bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private static boolean getSystemProp(final String key, final boolean defaultValu
}

private static final boolean CDK_LEGACY_AC
= getSystemProp("CdkUseLegacyAtomContainer", true);
= getSystemProp("CdkUseLegacyAtomContainer", false);

private static volatile IChemObjectBuilder instance = null;
private static final Object LOCK = new Object();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ private static boolean getSystemProp(final String key, final boolean defaultValu
}

private static final boolean CDK_LEGACY_AC
= getSystemProp("CdkUseLegacyAtomContainer", true);
= getSystemProp("CdkUseLegacyAtomContainer", false);

private static volatile IChemObjectBuilder instance = null;
private static final Object LOCK = new Object();
Expand Down

0 comments on commit e519bad

Please sign in to comment.