Adding a grid centered component

This commit is contained in:
Zoe Roux
2021-05-24 18:08:50 +02:00
parent 199b286978
commit 384e812c19
5 changed files with 74 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
//
// Created by Zoe Roux on 5/24/21.
//
#pragma once
#include <System/System.hpp>
namespace BBM
{
class GridCenteredSystem : public WAL::System
{
};
}