Ignore:
Timestamp:
05/26/14 21:40:16 (11 years ago)
Author:
Mathieu Morlighem
Message:

DEL: removed all FUNCTIONs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/FemModel.cpp

    r18056 r18064  
    4343
    4444/*Object constructors and destructor*/
    45 /*FUNCTION FemModel::FemModel(int argc,char** argv,ISSM_MPI_Comm incomm){{{*/
    46 FemModel::FemModel(int argc,char** argv,ISSM_MPI_Comm incomm){
     45FemModel::FemModel(int argc,char** argv,ISSM_MPI_Comm incomm){/*{{{*/
    4746
    4847        /*configuration: */
     
    9493}
    9594/*}}}*/
    96 /*FUNCTION FemModel::FemModel(char* rootpath, char* inputfilename, char* outputfilename, char* toolkitsfilename, char* lockfilename, const int in_solution_type,const int* analyses,const int nummodels){{{*/
    97 FemModel::FemModel(char* rootpath, char* inputfilename, char* outputfilename, char* toolkitsfilename, char* lockfilename, const int in_solution_type,const int* analyses,const int nummodels){
     95FemModel::FemModel(char* rootpath, char* inputfilename, char* outputfilename, char* toolkitsfilename, char* lockfilename, const int in_solution_type,const int* analyses,const int nummodels){/*{{{*/
    9896
    9997        /*Call InitFromFiles. This constructor is just a wrapper: */
     
    102100}
    103101/*}}}*/
    104 /*FUNCTION FemModel::~FemModel{{{*/
    105 FemModel::~FemModel(){
     102FemModel::~FemModel(){/*{{{*/
    106103
    107104        /*Intermediary*/
     
    163160
    164161/*Object management*/
    165 /*FUNCTION FemModel::Echo {{{*/
    166 void FemModel::Echo(void){
     162void FemModel::Echo(void){/*{{{*/
    167163
    168164        _printf_("FemModel echo: \n");
     
    175171}
    176172/*}}}*/
    177 /*FUNCTION FemModel::InitFromFiles(char* rootpath, char* inputfilename, char* outputfilename, char* toolkitsfilename, char* lockfilename, const int in_solution_type,const int* analyses,const int nummodels){{{*/
    178 void FemModel::InitFromFiles(char* rootpath, char* inputfilename, char* outputfilename, char* toolkitsfilename, char* lockfilename, const int in_solution_type,const int* analyses,const int nummodels){
     173void FemModel::InitFromFiles(char* rootpath, char* inputfilename, char* outputfilename, char* toolkitsfilename, char* lockfilename, const int in_solution_type,const int* analyses,const int nummodels){/*{{{*/
    179174
    180175        /*intermediary*/
     
    246241        }
    247242/*}}}*/
    248 /*FUNCTION FemModel::SetStaticComm {{{*/
    249 void FemModel::SetStaticComm(void){
     243void FemModel::SetStaticComm(void){/*{{{*/
    250244
    251245        /*This routine sets the global communicator variable hidden inside the IssmComm
     
    255249}
    256250/*}}}*/
    257 /*FUNCTION FemModel::SetCurrentConfiguration(int configuration_type,int analysis_type){{{*/
    258 void FemModel::SetCurrentConfiguration(int configuration_type,int analysis_type){
     251void FemModel::SetCurrentConfiguration(int configuration_type,int analysis_type){/*{{{*/
    259252
    260253        /*Use configuration_type to setup the analysis counter, the configurations of objects etc ... but use
     
    290283}
    291284/*}}}*/
    292 /*FUNCTION FemModel::SetCurrentConfiguration(int configuration_type){{{*/
    293 void FemModel::SetCurrentConfiguration(int configuration_type){
     285void FemModel::SetCurrentConfiguration(int configuration_type){/*{{{*/
    294286        this->SetCurrentConfiguration(configuration_type,configuration_type);
    295287}
    296288/*}}}*/
    297 /*FUNCTION FemModel::Solve {{{*/
    298 void FemModel::Solve(void){
     289void FemModel::Solve(void){/*{{{*/
    299290
    300291        /*profiling: */
Note: See TracChangeset for help on using the changeset viewer.