close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Aug 24, 2009, 7:04:09 AM (16 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
Problem was solved a few weeks ago but just as an enhancement for 2.0.1
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
closed
-
Property
Severity
changed from
blocker
to
normal
-
Property
Resolution
changed from
to
fixed
-
Property
Priority
changed from
highest
to
normal
-
Property
Version
changed from
1.1.7
to
2.0.1
-
Property
Milestone
changed from
to
Manteinance
-
Property
Type
changed from
defect
to
enhancement
-
initial
|
v1
|
|
1 | 1 | Is is possible to make that DeepCopy copy the objects with the names of the original ones? |
2 | 2 | |
3 | | Code: |
4 | | |
| 3 | {{{ |
5 | 4 | Set XX = { [[ Real aa = 1 ]] }; |
6 | 5 | Set YY = DeepCopy( XX ); |
7 | 6 | Real YY::aa |
| 7 | }}} |
8 | 8 | |
9 | 9 | regards, |