- Timestamp:
- Oct 11, 2021, 11:36:17 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-dev-20210817/psastro/src/psastroUtils.c
r41536 r41833 215 215 psPlaneTransform *psPlaneTransformCopy (psPlaneTransform *input) { 216 216 217 psPlaneTransform *output = psPlaneTransformAlloc (input->x->nX, input->x->nY );217 psPlaneTransform *output = psPlaneTransformAlloc (input->x->nX, input->x->nY, input->x->type); 218 218 219 219 for (int i = 0; i < input->x->nX; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
