Skip to content

File FlowMLGPU.h

File List > src > FlowMLGPU.h

Go to the documentation of this file

#ifndef FLOWMLGPU_H
#define FLOWMLGPU_H

#include "General.h"
#include "Param.h"
#include "Arrays.h"
#include "Forcing.h"
#include "Util_CPU.h"
#include "MemManagement.h"
#include "Multilayer.h"
#include "FlowGPU.h"
#include "Advection.h"

template <class T> void FlowMLGPU(Param XParam, Loop<T>& XLoop, Forcing<float> XForcing, Model<T> XModel);


// End of global definition
#endif