Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Browse Source
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 11
and
Version 12
of
addfield
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
11/19/14 16:47:15 (
11 years
ago)
Author:
Mathieu Morlighem
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
addfield
v11
v12
14
14
2. Add a default value in `setdefaultparameters` (Optionals, for scalars only, Literature reference is encouraged)
15
15
3. Add a consistency check
16
{{{
16
17
#!m
17
18
md = checkfield(md,'fieldname','calving.meltingrate','NaN',1,'size',[md.mesh.numberofvertices 1],'>=',0);