Changeset 9717


Ignore:
Timestamp:
09/09/11 07:45:13 (14 years ago)
Author:
seroussi
Message:

output_frequency is an integer not a bool

File:
1 edited

Legend:

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

    r9702 r9717  
    99                lowmem              = modelfield('default',0,'marshall',true,'format','Boolean');
    1010                results_on_vertices = modelfield('default',0,'marshall',true,'format','Boolean');
    11                 output_frequency    = modelfield('default',0,'marshall',true,'format','Boolean');
     11                output_frequency    = modelfield('default',0,'marshall',true,'format','Integer');
    1212                waitonlock          = modelfield('default',0,'marshall',true,'format','Boolean');
    1313        end
Note: See TracChangeset for help on using the changeset viewer.