Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
iblockdef.h
Go to the documentation of this file.
1#pragma once
8#include "base/src/base.h"
9
13using FInt = int64;
15using Real = double;
18
19// EoF
One stop include for all objects defined as part of base interface.
3D vector utility class.
Definition vect.h:163
int64 FInt
Interface to provide access to 3DEC modules, global data, list of 3DEC entities, etc.
Definition iblockdef.h:13
double Real
Fortran double precisuon real.
Definition iblockdef.h:15