Overture
Version 25
Main Page
Namespaces
Classes
Files
File List
File Members
Overture.v25.d
include
ListOfRealArray.h
Go to the documentation of this file.
1
#ifndef LIST_OF_REAL_ARRAY_H
2
#define LIST_OF_REAL_ARRAY_H
3
4
#ifdef OV_USE_DOUBLE
5
#include "
ListOfDoubleSerialArray.h
"
6
#include "
ListOfDoubleDistributedArray.h
"
7
typedef
ListOfDoubleSerialArray
ListOfRealArray
;
8
typedef
ListOfDoubleDistributedArray
ListOfRealDistributedArray
;
9
#else
10
#include "
ListOfFloatSerialArray.h
"
11
#include "
ListOfFloatDistributedArray.h
"
12
typedef
ListOfFloatSerialArray
ListOfRealArray
;
13
typedef
ListOfFloatDistributedArray
ListOfRealDistributedArray
;
14
#endif
15
16
#endif
Generated on Fri Jan 4 2013 10:17:55 for Overture by
1.8.3