Ignore:
Timestamp:
05/04/13 22:14:48 (12 years ago)
Author:
Eric.Larour
Message:

CHG: all these modules were uselessly including modules.h, which created useless bridges between modules and modules.h. Took this out

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp

    r13622 r14895  
    88#include "../../toolkits/toolkits.h"
    99#include "../../EnumDefinitions/EnumDefinitions.h"
    10 #include "../modules.h"
     10#include "../InputUpdateFromMatrixDakotax/InputUpdateFromMatrixDakotax.h"
     11#include "../InputUpdateFromConstantx/InputUpdateFromConstantx.h"
     12#include "../InputUpdateFromVectorDakotax/InputUpdateFromVectorDakotax.h"
    1113
    1214void  InputUpdateFromDakotax(Elements* elements,Nodes* nodes,Vertices* vertices,Loads* loads,Materials*  materials,Parameters* parameters,double* variables,char* *variables_descriptors,int numvariables){
Note: See TracChangeset for help on using the changeset viewer.