Changeset 869


Ignore:
Timestamp:
06/09/09 15:29:41 (16 years ago)
Author:
seroussi
Message:

transient missing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/BuildQueueingScriptGeneric.m

    r659 r869  
    2525elseif strcmpi(md.analysis_type,'prognostic'),
    2626        fprintf(fid,'%s/prognostic.exe',codepath);
     27elseif strcmpi(md.analysis_type,'transient'),
     28        fprintf(fid,'%s/transient.exe',codepath);
    2729else
    2830        error('BuildQueueingScriptGeneric error message: unsupported solution type!');
Note: See TracChangeset for help on using the changeset viewer.