Changes between Version 6 and Version 7 of addfield
- Timestamp:
- 11/19/14 16:25:58 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
addfield
v6 v7 3 3 == Modify the GUI == 4 4 5 Go to `src/m/classes` and modify all the classes concerned by the new field, here `calving.m` and`calvinglevermann.m` and their associated Python versions. Declare the new field, add default values (if desired), add consistency checks and display descriptions.5 Go to `src/m/classes` and modify all the classes concerned by the new field, here `calving.m` and`calvinglevermann.m` and their associated Python versions. Declare the new field, add default values (if desired), add consistency checks, display descriptions and marshall instructions. 6 6 7 7 == Add new Enums ==