Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Browse Source
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 12
and
Version 13
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/20/14 10:59:19 (
10 years
ago)
Author:
srebuffi
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
addfield
v12
v13
29
29
== Implement the new field in the model ==
30
30
31
First, load the input:
32
31
33
{{{
32
34
#!c
33
35
Input* meltingrate_input = NULL;
34
36
}}}
37