Itasca C++ Interface
Loading...
Searching...
No Matches
iblockdef.h
Go to the documentation of this file.
1#pragma once
8#include "base/src/base.h"
9
10
14using FInt = int64;
16using Real = double;
19
20// EoF
One stop include for all objects defined as part of base interface.
3D vector utility class.
Definition vect.h:150
int64 FInt
Interface to provide access to 3DEC modules, global data, list of 3DEC entities, etc.
Definition iblockdef.h:14
double Real
Fortran double precisuon real.
Definition iblockdef.h:16