Skip to content

Added missing return statements - #62

Open
sethmnielsen wants to merge 1 commit into
masterfrom
missing_returns
Open

Added missing return statements#62
sethmnielsen wants to merge 1 commit into
masterfrom
missing_returns

Conversation

@sethmnielsen

Copy link
Copy Markdown
Member

The compiler was complaining about these. Also, one of the += overloads State& State::operator+=(const VectorXd& dx) was not returning the instance, which might have caused problems for any code that uses that operator (if there is any code out there using it).

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.

1 participant