Changeset 41895 for trunk/psastro/src/psastroUtils.c
- Timestamp:
- Nov 4, 2021, 6:08:21 PM (5 years ago)
- Location:
- trunk/psastro
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psastroUtils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-dev-20210817/psastro (added) merged: 41799,41814,41816,41822,41833,41837,41876-41877,41883,41889
- Property svn:mergeinfo changed
-
trunk/psastro/src/psastroUtils.c
r41536 r41895 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.
