IFEM  90A354
print_tol.h
Go to the documentation of this file.
1 // $Id$
2 //==============================================================================
12 //==============================================================================
13 
14 #ifndef UTL_PRINT_TOL_H
15 #define UTL_PRINT_TOL_H
16 
17 
18 namespace utl
19 {
20  extern double zero_print_tol;
21  extern int nval_per_line;
22 }
23 
24 #endif
General utility classes and functions.
Definition: SIMoptions.h:22
double zero_print_tol
Zero tolerance for printing numbers.
Definition: MatVec.C:24
int nval_per_line
Number of values to print per line.
Definition: MatVec.C:23