Skip to content

Commit

Permalink
Change units of axisswap to 'whatever'
Browse files Browse the repository at this point in the history
Since units are validated during pipeline setup we need to make sure
that axisswap can be used for more than just projected outputs.
  • Loading branch information
kbevers committed Mar 26, 2018
1 parent d1ebfcc commit 8d40497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PJ_axisswap.c
Expand Up @@ -277,8 +277,8 @@ PJ *CONVERSION(axisswap,0) {
P->left = PJ_IO_UNITS_ANGULAR;
P->right = PJ_IO_UNITS_ANGULAR;
} else {
P->left = PJ_IO_UNITS_PROJECTED;
P->right = PJ_IO_UNITS_PROJECTED;
P->left = PJ_IO_UNITS_WHATEVER;
P->right = PJ_IO_UNITS_WHATEVER;
}


Expand Down

0 comments on commit 8d40497

Please sign in to comment.