Changeset 258 for cpp/frams


Ignore:
Timestamp:
12/05/14 08:08:50 (9 years ago)
Author:
Maciej Komosinski
Message:

Improved docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/model.h

    r197 r258  
    235235/** discard all mapping information for this model.
    236236    getMap().clear() also works, but it doesn't remove mappings from model elements.
    237     if there are any, the will be incorporated into model map during close().
     237    If there are any mappings, they will be incorporated into model map during close().
    238238    @see close(), getMap(), PartBase::clearMapping()
    239239 */
     
    241241
    242242/** generate mapping from the current genotype to the f0 genotype.
    243     this works only if both current and f0 maps are already known.
     243    This works only if both current and f0 maps are already known.
    244244    @see convmap
    245245*/
Note: See TracChangeset for help on using the changeset viewer.