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

CHG: moved DataSet.h and Object.h into a directory called datastructures/
This should be our first building block which along shared/ will be used by every
other library we build. Not sure whether to make it into a library for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Inputs/Input.h

    r15037 r15067  
    88/*Headers:*/
    99/*{{{*/
    10 #include "../Object.h"
     10#include "../../datastructures/datastructures.h"
     11#include "../../shared/shared.h"
    1112class Node;
    1213class ElementResult;
     
    1516class GaussPenta;
    1617template <class doubletype> class Vector;
    17 #include "../../shared/shared.h"
    1818/*}}}*/
    1919
Note: See TracChangeset for help on using the changeset viewer.