Changeset 258 for cpp/frams/model
- Timestamp:
- 12/05/14 08:08:50 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/model.h
r197 r258 235 235 /** discard all mapping information for this model. 236 236 getMap().clear() also works, but it doesn't remove mappings from model elements. 237 if there are any, thewill be incorporated into model map during close().237 If there are any mappings, they will be incorporated into model map during close(). 238 238 @see close(), getMap(), PartBase::clearMapping() 239 239 */ … … 241 241 242 242 /** 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. 244 244 @see convmap 245 245 */
Note: See TracChangeset
for help on using the changeset viewer.