Changeset 13548


Ignore:
Timestamp:
10/04/12 20:55:38 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: adding folds

File:
1 edited

Legend:

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

    r13547 r13548  
    4343namespace SIM {
    4444
    45 //constructor
    46 DakotaPlugin::DakotaPlugin(const Dakota::ProblemDescDB& problem_db,void* in_femmodel):Dakota::DirectApplicInterface(problem_db){
    47 
     45DakotaPlugin::DakotaPlugin(const Dakota::ProblemDescDB& problem_db,void* in_femmodel):Dakota::DirectApplicInterface(problem_db){/*{{{*/
    4846
    4947        femmodel=in_femmodel;
    5048        counter=0;
    51 }
    52 
    53 //destructor
    54 DakotaPlugin::~DakotaPlugin(){ /* Virtual destructor handles referenceCount at Interface level. */ }
    55 
    56 int DakotaPlugin::derived_map_ac(const Dakota::String& driver) {
     49}/*}}}*/
     50DakotaPlugin::~DakotaPlugin(){/*{{{*/
     51        /* Virtual destructor handles referenceCount at Interface level. */
     52}/*}}}*/
     53int DakotaPlugin::derived_map_ac(const Dakota::String& driver){/*{{{*/
    5754
    5855        int i;
     
    9592        }
    9693
    97 
    9894        /*Free ressources:*/
    9995        xDelete<IssmDouble>(variables);
     
    106102
    107103        return 0;
    108 }
    109  
    110 
    111 int DakotaPlugin::GetCounter(){
     104}/*}}}*/
     105int DakotaPlugin::GetCounter(){/*{{{*/
    112106        return counter;
    113 }
     107}/*}}}*/
    114108
    115109} // namespace SIM
Note: See TracChangeset for help on using the changeset viewer.