XGC1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
get_angular_conversion_fac.hpp
Go to the documentation of this file.
1 #ifndef GET_ANGULAR_CONVERSION_FAC_HPP
2 #define GET_ANGULAR_CONVERSION_FAC_HPP
3 
4 #include "grid.hpp"
5 
6 View<double*, CLayout, DeviceType> get_angular_conversion_fac(const Grid<DeviceType>& grid);
7 View<double*, CLayout, DeviceType> get_angular_conversion_inv_fac(const Grid<DeviceType>& grid);
8 
9 #endif
View< double *, CLayout, DeviceType > get_angular_conversion_inv_fac(const Grid< DeviceType > &grid)
Definition: get_angular_conversion_fac.cpp:23
View< double *, CLayout, DeviceType > get_angular_conversion_fac(const Grid< DeviceType > &grid)
Definition: get_angular_conversion_fac.cpp:5