Skip to content
New issue

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

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

Already on GitHub? # to your account

Better printing #678

Merged
merged 3 commits into from
Jan 20, 2021
Merged

Better printing #678

merged 3 commits into from
Jan 20, 2021

Conversation

varunagrawal
Copy link
Collaborator

This PR adds some printing updates and fixes which makes debugging easier.

@varunagrawal varunagrawal added bugfix Fixes an issue or bug feature New proposed feature labels Jan 19, 2021
@varunagrawal varunagrawal requested a review from ProfFan January 19, 2021 20:41
@varunagrawal varunagrawal self-assigned this Jan 19, 2021
@@ -153,7 +153,7 @@ const Eigen::IOFormat& matlabFormat() {
/* ************************************************************************* */
//3 argument call
void print(const Matrix& A, const string &s, ostream& stream) {
cout << s << A.format(matlabFormat()) << endl;
stream << s << A.format(matlabFormat()) << endl;
Copy link
Collaborator

Choose a reason for hiding this comment

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

oh this is a typo! nice catch :)

@varunagrawal varunagrawal merged commit 229abc7 into develop Jan 20, 2021
@varunagrawal varunagrawal deleted the fix/better-printing branch January 20, 2021 01:54
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bugfix Fixes an issue or bug feature New proposed feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants