-
- Downloads
Create a mechanism to upgrade the TET's data structures, and do some cleanup.
The TET now has a mechanism to upgrade TE blocks to the latest data structures, though backwards compatibility is not currently dealt with. Also clear unneeded cell arrays that held text. I'm not sure why that existed, and at least the quadratic example has both cell and non-cell arrays for holding the text, speaking to the uselessness of the array. Thus remove the array as an upgrade mechanism. This shrinks down the size of the TE blocks some too!
parent
2e39f03e
No related branches found
No related tags found
Showing
- @Cell/upgrade.m 18 additions, 0 deletions@Cell/upgrade.m
- @Data/upgrade.m 15 additions, 0 deletions@Data/upgrade.m
- @Grid/upgrade.m 16 additions, 0 deletions@Grid/upgrade.m
- @RCell/upgrade.m 14 additions, 0 deletions@RCell/upgrade.m
- @RGrid/upgrade.m 14 additions, 0 deletions@RGrid/upgrade.m
- TTdiag.m 2 additions, 0 deletionsTTdiag.m
@Cell/upgrade.m
0 → 100644
@Data/upgrade.m
0 → 100644
@Grid/upgrade.m
0 → 100644
@RCell/upgrade.m
0 → 100644
@RGrid/upgrade.m
0 → 100644
Please register or sign in to comment