antioch-0.4.0
Functions
kinetics_theory_viscosity_unit.C File Reference
#include "antioch_config.h"
#include <iostream>
#include <iomanip>
#include <cmath>
#include <limits>
#include "antioch/vector_utils_decl.h"
#include "antioch/physical_constants.h"
#include "antioch/kinetics_theory_viscosity.h"
#include "antioch/vector_utils.h"

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

int main ( )

Definition at line 92 of file kinetics_theory_viscosity_unit.C.

93 {
94 #ifdef ANTIOCH_HAVE_GSL
95  return tester<double>() ||
96  tester<long double>() ||
97  tester<float>();
98 #else
99  // 77 return code tells Automake we skipped this.
100  return 77;
101 #endif
102 };

Generated on Thu Jul 7 2016 11:09:47 for antioch-0.4.0 by  doxygen 1.8.8