Changeset 12365 for issm/trunk-jpl/src/m/qmu/preqmu.m
- Timestamp:
- 06/04/12 16:40:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/qmu/preqmu.m
r9668 r12365 44 44 responses=expandresponses(md,responses); 45 45 46 %go through variables and responses, and check they don't have more than md.qmu.numberofpartitions values. Also determine numvariables and numresponses{{{ 146 %go through variables and responses, and check they don't have more than md.qmu.numberofpartitions values. Also determine numvariables and numresponses{{{ 47 47 numvariables=0; 48 48 variable_fieldnames=fieldnames(variables); … … 76 76 system(['rm -rf ' md.miscellaneous.name '.m']); 77 77 78 %build a list of variables and responses descriptors. the list is not expanded. {{{ 178 %build a list of variables and responses descriptors. the list is not expanded. {{{ 79 79 variabledescriptors={}; 80 80 variable_fieldnames=fieldnames(md.qmu.variables(options.ivar));
Note:
See TracChangeset
for help on using the changeset viewer.