antioch-0.4.0
Functions
molecular_binary_diffusion_unit.C File Reference
#include "antioch_config.h"
#include <iostream>
#include <iomanip>
#include <cmath>
#include <limits>
#include "antioch/vector_utils_decl.h"
#include "antioch/transport_species.h"
#include "antioch/molecular_binary_diffusion.h"
#include "antioch/vector_utils.h"

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

int main ( )

Definition at line 146 of file molecular_binary_diffusion_unit.C.

147 {
148 #ifdef ANTIOCH_HAVE_GSL
149  return tester<double>() ||
150  tester<long double>() ||
151  tester<float>();
152 #else
153  // 77 return code tells Automake we skipped this.
154  return 77;
155 #endif
156 };

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