triangle
triangle copied to clipboard
Modernize: replace macros with inline functions
- Make sure all macros pass in all variables used (a
mesh*type varaible (akam) needs to be passed in for several) - Rewrite macros as always inlined functions to ensure type correctness
Your PRs cannot merged without merge conflicts.
Perhaps a summary PR would be a sensible idea?
@robinchrist Generally people want fine grained PRs (to investigate changes) and then rebase each PR as needed to resolve conflicts. Anyway, if you want one large PR then I can make it that way.
@robinchrist Do you want me to combine these PRs into a single PR?