godot/thirdparty/cvtt/ConvectionKernels_AggregatedError.h

#pragma once
#ifndef __CVTT_AGGREGATEDERROR_H__
#define __CVTT_AGGREGATEDERROR_H__

#include "ConvectionKernels_ParallelMath.h"

namespace cvtt
{
    namespace Internal
    {
        template<int TVectorSize>
        class AggregatedError
        {};
    }
}

#endif