Ignore:
Timestamp:
12/05/15 22:58:08 (9 years ago)
Author:
Eric.Larour
Message:

CHG (JAVASCRIPT): fixed some issues with segfaults.

File:
1 edited

Legend:

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

    r19791 r19860  
    3131        this.disp= function(){// {{{
    3232                console.log(sprintf('   settings class echo:'));
     33               
     34                fielddisplay(this,'results_on_nodes','results are output for all the nodes of each element');
     35                fielddisplay(this,'io_gather','I/O gathering strategy for result outputs (default 1)');
     36                fielddisplay(this,'lowmem','is the memory limited ? (0 or 1)');
     37                fielddisplay(this,'output_frequency','frequency at which results are saved in all solutions with multiple time_steps');
     38                fielddisplay(this,'recording_frequency','frequency at which the runs are being recorded, allowing for a restart');
     39                fielddisplay(this,'waitonlock','maximum number of minutes to wait for batch results (NaN to deactivate)');
     40                fielddisplay(this,'upload_server','server hostname where model should be uploaded');
     41                fielddisplay(this,'upload_path','path on server where model should be uploaded');
     42                fielddisplay(this,'upload_login','server login');
     43                fielddisplay(this,'upload_port','port login (default is 0)');
     44                fielddisplay(this,'upload_filename','unique id generated when uploading the file to server');
     45
    3346
    3447        }// }}}
     
    5568                        else WriteData(fid,'enum',SettingsWaitonlockEnum(),'data',false,'format','Boolean');
    5669                }//}}}
     70                this.fix=function() { //{{{
     71                }//}}}
    5772        //properties
    5873        // {{{
Note: See TracChangeset for help on using the changeset viewer.