Changes between Version 6 and Version 7 of addfield


Ignore:
Timestamp:
11/19/14 16:25:58 (10 years ago)
Author:
srebuffi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • addfield

    v6 v7  
    33== Modify the GUI ==
    44
    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.
     5Go 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.
    66
    77== Add new Enums ==