Changeset 29 for trunk/src/nomtype2pair.m
- Timestamp:
- Mar 3, 2010, 10:48:08 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/nomtype2pair.m
r19 r29 30 30 % Dtj: ~=0 if i index pairs are used 31 31 32 function [nom_type_pair]=nomtype2pair(nom_type,Dti,Dtj) ;32 function [nom_type_pair]=nomtype2pair(nom_type,Dti,Dtj) 33 33 34 34 %determine nom_type_nc: 35 nom_type_ nc=[];%default35 nom_type_pair=[];%default 36 36 switch nom_type 37 37 case {'_i_j'}
Note: See TracChangeset
for help on using the changeset viewer.