Changeset 12837


Ignore:
Timestamp:
07/31/12 10:38:39 (13 years ago)
Author:
Mathieu Morlighem
Message:

CHG: dakota compilation still some undefined symbols

Location:
issm/trunk-jpl/src/c
Files:
2 edited

Legend:

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

    r12821 r12837  
    2323
    2424/*Standard ISSM includes: */
    25 #include "../shared/shared.h"
    26 #include "../include/include.h"
    27 #include "../objects/objects.h"
    28 #include "../modules/Dakotax/Dakotax.h"
     25#include "../../shared/shared.h"
     26#include "../../include/include.h"
     27#include "../classes.h"
     28#include "../../modules/Dakotax/Dakotax.h"
    2929
    3030/*Standard includes: */
  • issm/trunk-jpl/src/c/modules/Dakotax/Dakotax.cpp

    r12450 r12837  
    4040#include "../../toolkits/toolkits.h"
    4141#include "../../EnumDefinitions/EnumDefinitions.h"
    42 #include "../../objects/DakotaPlugin.h"
     42#include "../../classes/dakota/DakotaPlugin.h"
    4343
    4444#ifdef _HAVE_DAKOTA_ //only works if dakota library has been compiled in.
Note: See TracChangeset for help on using the changeset viewer.