#pragma once #ifndef __CVTT_CONVECTIONKERNELS_ETC_H__ #define __CVTT_CONVECTIONKERNELS_ETC_H__ #include "ConvectionKernels.h" #include "ConvectionKernels_ParallelMath.h" namespace cvtt { struct Options; namespace Internal { class ETCComputer { … }; } } #endif