Memosa-FVM  0.2
MyCoords Struct Reference

Public Member Functions

 MyCoords (int i_, const double x_)
 
 MyCoords (const MyCoords &o)
 

Public Attributes

int i
 
double x
 

Detailed Description

Definition at line 219 of file Cell.cpp.

Constructor & Destructor Documentation

MyCoords::MyCoords ( int  i_,
const double  x_ 
)
inline

Definition at line 221 of file Cell.cpp.

221  :
222  i(i_),
223  x(x_)
224  {}
int i
Definition: Cell.cpp:231
double x
Definition: Cell.cpp:232
MyCoords::MyCoords ( const MyCoords o)
inline

Definition at line 226 of file Cell.cpp.

226  :
227  i(o.i),
228  x(o.x)
229  {}
int i
Definition: Cell.cpp:231
double x
Definition: Cell.cpp:232

Member Data Documentation

int MyCoords::i

Definition at line 231 of file Cell.cpp.

double MyCoords::x

Definition at line 232 of file Cell.cpp.

Referenced by myCoordComparison().


The documentation for this struct was generated from the following file: