Changeset 21491


Ignore:
Timestamp:
01/13/17 15:15:35 (8 years ago)
Author:
tsantos
Message:

CHG: add neopz variables definition

File:
1 edited

Legend:

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

    r21487 r21491  
    22#define ADAPTIVEMESHREFINEMENT
    33
     4/*Includes*/
     5/*{{{*/
    46/*Common includes*/
    5 /*{{{*/
    67#include <iostream>
    78#include <fstream>
     
    910
    1011/*NeoPZ includes*/
     12/*REAL and STATE definitions, NeoPZ variables*/
     13#ifndef REALdouble
     14        #define REALdouble
     15#endif
     16
     17#ifndef STATEdouble
     18        #define STATEdouble
     19#endif
     20
     21#include <pzreal.h>
    1122#include <pzsave.h>
    1223#include <pzgmesh.h>
    13 #include <pzreal.h>
    1424#include <pzvec.h>
    1525#include <pzeltype.h>
Note: See TracChangeset for help on using the changeset viewer.