Ignore:
Timestamp:
07/29/10 10:07:56 (15 years ago)
Author:
Mathieu Morlighem
Message:

outputfile is now loaded step by step to save memory. the file is open once and closed at the end of the solution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Sing.cpp

    r4839 r4873  
    255255                ISSMERROR("analysis %i (%s) not supported yet",analysis_type,EnumAsString(analysis_type));
    256256        }
     257
     258}
     259/*}}}*/
     260/*FUNCTION Sing::DeleteResults {{{1*/
     261void  Sing::DeleteResults(void){
     262
     263        ISSMERROR("not implemented yet");
    257264
    258265}
Note: See TracChangeset for help on using the changeset viewer.