Skip to content
Snippets Groups Projects
Commit 6971fbf3 authored by Martin Schönherr's avatar Martin Schönherr :speech_balloon:
Browse files

move InitLattice and ReaderMeasurePoints to PreProcessor

parent c29144b3
No related branches found
No related tags found
1 merge request!302[GPU] CleanUp inits
......@@ -25,8 +25,8 @@
#include "Utilities/Buffer2D.hpp"
#include "StringUtilities/StringUtil.h"
//////////////////////////////////////////////////////////////////////////
#include "Init/InitLattice.h"
#include "Init/ReaderMeasurePoints.h"
#include "PreProcessor/InitLattice.h"
#include "PreProcessor/ReaderMeasurePoints.h"
//////////////////////////////////////////////////////////////////////////
#include "FindQ/FindQ.h"
#include "FindQ/DefineBCs.h"
......
......@@ -30,7 +30,7 @@
//! \ingroup Init
//! \author Martin Schoenherr
//=======================================================================================
#include "Init/InitLattice.h"
#include "PreProcessor/InitLattice.h"
#include "GPU/CudaMemoryManager.h"
#include "GPU/GPU_Interface.h"
......
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