Changeset 3794
- Timestamp:
- 05/18/10 09:13:52 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/jpl/ModelUpdateInputsFromVector.m
r3793 r3794 14 14 % 15 15 16 %Check that vecor is not null 17 if isempty(vector), 18 return; %don't bother 19 end 20 16 21 %go through models and call UpdateInputsFromVector 17 22 modelfields=fields(models);
Note:
See TracChangeset
for help on using the changeset viewer.