Skip to content
Snippets Groups Projects
Commit 21fee059 authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Sort out includes in Timer

parent ec8d5443
No related branches found
No related tags found
1 merge request!126Fix bug in slip boundary condition and do some cleanup
#include "Timer.h"
#include <iostream>
#include <cuda_runtime.h>
#include <helper_cuda.h>
#include "UbScheduler.h"
#include "Timer.h"
#include "Parameter/Parameter.h"
#include "VirtualFluids_GPU/Communication/Communicator.h"
void Timer::initTimer()
{
cudaEventCreate(&this->start_t);
......
#ifndef TIMER_H
#define TIMER_H
#include "helper_cuda.h"
#include <cuda_runtime.h>
#include "Core/DataTypes.h"
#include "UbScheduler.h"
#include "logger/Logger.h"
#include "Core/DataTypes.h"
#include "Parameter/Parameter.h"
#include "logger/Logger.h"
namespace vf::gpu{
class Communicator;
}
class Parameter;
class Timer
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment