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 6a2017d commit a71a27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PJ_axisswap.c
Original file line number Diff line number Diff line change
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 a71a27f

Please sign in to comment.