Changeset 14952


Ignore:
Timestamp:
05/07/13 19:13:41 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: missing include Femmodel.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/solutions/dakota_core.cpp

    r14950 r14952  
    4040#include "../EnumDefinitions/EnumDefinitions.h"
    4141#include "../classes/dakota/DakotaPlugin.h"
     42#include "../classes/FemModel.h"
    4243
    4344#ifdef _HAVE_DAKOTA_ //only works if dakota library has been compiled in.
     
    5657
    5758        int                my_rank;
    58         char*              dakota_input_file  = NULL;
    59         char*              dakota_output_file = NULL;
    60         char*              dakota_error_file  = NULL;
    61         int                status=0;
     59        char              *dakota_input_file  = NULL;
     60        char              *dakota_output_file = NULL;
     61        char              *dakota_error_file  = NULL;
     62        int                status             = 0;
    6263        Dakota::ModelLIter ml_iter;
    63         Parameters* parameters                = NULL;
     64        Parameters        *parameters         = NULL;
    6465
    6566        /*Recover dakota_input_file, dakota_output_file and dakota_error_file, in the parameters dataset in parallel */
Note: See TracChangeset for help on using the changeset viewer.