-
Notifications
You must be signed in to change notification settings - Fork 25
[WOut] Add currumnc, currvmnc (untested) #235
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
base: graphite-base/235
Are you sure you want to change the base?
Conversation
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
const Eigen::VectorXi& xm_nyq, | ||
const Eigen::VectorXi& xn_nyq, | ||
RowMatrixXd& currumnc, RowMatrixXd& currvmnc) { | ||
const int ns = bsubsmns.rows(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: narrowing conversion from 'Index' (aka 'long') to signed type 'int' is implementation-defined [bugprone-narrowing-conversions]
const int ns = bsubsmns.rows();
^
dd2289d
to
99a2d11
Compare
322257d
to
38fb975
Compare
99a2d11
to
d434009
Compare
38fb975
to
0e257b7
Compare
No description provided.