Ignore:
Timestamp:
09/01/11 09:36:08 (14 years ago)
Author:
Mathieu Morlighem
Message:

Some fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/model/model.m

    r9548 r9558  
    6363                 nodeonpattyn         = modelfield('default',NaN,'marshall',true,'format','DoubleMat','mattype',1);
    6464                 nodeonstokes         = modelfield('default',NaN,'marshall',true,'format','DoubleMat','mattype',1);
    65                  borderstokes         = modelfield('default',NaN,'marshall',true,'format','DoubleMat','mattype',3);
    6665
    6766                 %Stokes
     
    205204                 output_frequency               = modelfield('default',0,'marshall',true,'format','Integer');
    206205                 results_on_vertices            = modelfield('default',0,'marshall',true,'format','Boolean');
    207                  inputfilename                  = modelfield('default','','marshall',true,'format','String');
    208206                 outputfilename                 = modelfield('default','','marshall',true,'format','String');
    209207                 results                        = modelfield('default',struct(),'marshall',false);
     
    260258                 part                            = modelfield('default',NaN,'marshall',true,'format','DoubleMat','mattype',2);
    261259                 npart                           = modelfield('default',0,'marshall',true,'format','Integer');
    262                  numberofvariables               = modelfield('default',0,'marshall',true,'format','Integer');
    263260                 numberofresponses               = modelfield('default',0,'marshall',true,'format','Integer');
    264261                 variabledescriptors             = modelfield('default',{},'marshall',true,'format','StringArray');
Note: See TracChangeset for help on using the changeset viewer.