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

Allow external use of typecast #500

Merged
merged 2 commits into from
Dec 2, 2024
Merged

Allow external use of typecast #500

merged 2 commits into from
Dec 2, 2024

Conversation

armallen
Copy link
Contributor

@armallen armallen commented Nov 28, 2024

This enables using typecast functions without pulling Albatross/Common


#include <Eigen/Core>

#include <albatross/src/details/error_handling.hpp>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Required for ALBATROSS_ASSERT

#ifndef ALBATROSS_TYPECAST_INCLUDE_H
#define ALBATROSS_TYPECAST_INCLUDE_H

#include <Eigen/Core>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Required for Eigen::Index

@armallen armallen requested a review from peddie November 29, 2024 08:15
@armallen armallen merged commit 7c0888f into master Dec 2, 2024
9 checks passed
@armallen armallen deleted the armallen/typecast branch December 2, 2024 08: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.

2 participants