Opened 16 years ago
Last modified 16 years ago
#686 closed enhancement
DeepCopy does not copy the names of the elements — at Initial Version
Reported by: | Jorge | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | Mantainance |
Component: | SetAlgebra | Version: | 2.0.1 |
Severity: | normal | Keywords: | |
Cc: |
Description
Is is possible to make that DeepCopy copy the objects with the names of the original ones?
Code:
Set XX = { Real aa = 1 ? };
Set YY = DeepCopy( XX );
Real YY::aa
regards,
Note: See
TracTickets for help on using
tickets.