XGC1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
split_segments.hpp
Go to the documentation of this file.
1 #ifndef SPLIT_SEGMENTS_HPP
2 #define SPLIT_SEGMENTS_HPP
3 
4 #include "globals.hpp"
5 #include "grid_structs.hpp"
6 
7 View<RZPair*,CLayout,DeviceType> split_segments(const View<bool*, CLayout, DeviceType>& skip, double min_spacing,
8  View<RZPair*,CLayout,DeviceType>& x);
9 
10 
11 #endif
View< RZPair *, CLayout, DeviceType > split_segments(const View< bool *, CLayout, DeviceType > &skip, double max_spacing, View< RZPair *, CLayout, DeviceType > &x)
Definition: split_segments.cpp:3