Skip to content
Snippets Groups Projects

[GPU] move GridScaling functionality into gpu/core/GridScaling

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -31,7 +31,7 @@
//! \author Henry Korb
//=======================================================================================
#include <pybind11/pybind11.h>
#include <gpu/core/Factories/GridScalingFactory.h>
#include <gpu/core/GridScaling/GridScalingFactory.h>
namespace grid_scaling_factory
{
Loading