Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch/11 may16 #202

Closed
wants to merge 7 commits into from
Closed

Patch/11 may16 #202

wants to merge 7 commits into from

Conversation

johnmay
Copy link
Member

@johnmay johnmay commented May 11, 2016

Some misc patches... on rendering of course!

@egonw
Copy link
Member

egonw commented May 12, 2016

I will look at it this weekend latest...

@johnmay
Copy link
Member Author

johnmay commented May 12, 2016

No rush

@johnmay
Copy link
Member Author

johnmay commented Jun 1, 2016

Rebased to stop Travis moaning.

@egonw
Copy link
Member

egonw commented Jun 2, 2016

Yeah, never tell me "no rush"... too much other things will interfere then, and then I won't get to it :/

@@ -556,6 +557,13 @@ private double bend(AtomPair pair, IntStack stack, Point2d[] coords) {
for (IBond bond : pair.bndAt) {
if (bond.isInRing()) continue;

// has this bond already been tested as part of another pair
AtomPair first = firstVisit.get(bond);
Copy link
Member

@egonw egonw Jun 2, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possible NPE source? It's a private method, so probably not...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep - If public would check the params at top of method.

@egonw egonw closed this Jun 2, 2016
@johnmay
Copy link
Member Author

johnmay commented Jun 2, 2016

Thanks.

@johnmay johnmay deleted the patch/11May16 branch June 2, 2016 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants