You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have multiple fluid C2P implementations and some maybe inelegant code:
con2prim_robust has its own success/failure type. This could probably be common to all c2ps
c2p initialization can require a lot of arguments. It might be nice to replace this with a struct of c2p_params that can be stashed all at once in params.
So I think either remove the classic c2p (which Im pretty sure is broken anyway) or refactor all our c2p
The text was updated successfully, but these errors were encountered:
Right now we have multiple fluid C2P implementations and some maybe inelegant code:
con2prim_robust
has its own success/failure type. This could probably be common to all c2psc2p_params
that can be stashed all at once in params.So I think either remove the classic c2p (which Im pretty sure is broken anyway) or refactor all our c2p
The text was updated successfully, but these errors were encountered: