ReFRACtor
rf_gauleg.h
Go to the documentation of this file.
1 #ifndef RF_GAULEG_H
2 #define RF_GAULEG_H
3 
4 #include <blitz/array.h>
5 #include "auto_derivative.h"
6 
7 namespace FullPhysics {
8 
9  void rf_gauleg(AutoDerivative<double> X1, AutoDerivative<double> X2, blitz::Array<AutoDerivative<double>, 1>& X, blitz::Array<AutoDerivative<double>, 1>& W, int KNUM);
10 
11 }
12 
13 #endif
void rf_gauleg(AutoDerivative< double > X1, AutoDerivative< double > X2, blitz::Array< AutoDerivative< double >, 1 > &X, blitz::Array< AutoDerivative< double >, 1 > &W, int KNUM)
Definition: rf_gauleg.cc:4
Contains classes to abstract away details in various Spurr Radiative Transfer software.
Definition: doxygen_python.h:1
const Unit W("W", J/s)

Copyright © 2017, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Generated Fri Aug 24 2018 15:44:11