Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

list_1d.cpp File Reference

contains the implementations for the one dimensional links and list classes and their associated functions. More...

Include dependency graph for list_1d.cpp:

Include dependency graph

Go to the source code of this file.

Defines

#define IS_ODD(n)   ((n) & 1)
#define IS_EVEN(n)   (!(IS_ODD(n)))
#define ENDL_FIELD_WIDTH   ENDL_DATA_PRECISION+7

Functions

void fill_in_lists (dd_list &list_1, dd_list &list_2)
 This routine fills in to ensure that the x-values in both lists are the same.


Variables

GlobalParameterClass Global
ENDLClass ENDL


Detailed Description

Definition in file list_1d.cpp.


Define Documentation

#define ENDL_FIELD_WIDTH   ENDL_DATA_PRECISION+7
 

Definition at line 51 of file list_1d.cpp.

#define IS_EVEN  )     (!(IS_ODD(n)))
 

Definition at line 50 of file list_1d.cpp.

#define IS_ODD  )     ((n) & 1)
 

Definition at line 49 of file list_1d.cpp.


Function Documentation

void fill_in_lists dd_list list_1,
dd_list list_2
 

This routine fills in to ensure that the x-values in list_1 and list_2 are the same.

Definition at line 1272 of file list_1d.cpp.

References SevereError().

Referenced by MF14_list::add_lists(), one_d_table::list_interp(), dd_list::operator+=(), and two_d_Watt::read_data().


Variable Documentation

ENDLClass ENDL
 

Definition at line 47 of file list_1d.cpp.

GlobalParameterClass Global
 

Definition at line 46 of file list_1d.cpp.


Generated on Thu Sep 7 10:33:35 2006 for fete -- From ENDFB6 To ENDL by doxygen 1.3.4