Skip to content

Commit

Permalink
Fix miniapp
Browse files Browse the repository at this point in the history
  • Loading branch information
lkotipal committed Apr 24, 2024
1 parent 636ecd5 commit de966ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mini-apps/ionosphereSolverTests/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const std::vector<CellID>& getLocalCells() { return localCellDummy; }
void deallocateRemoteCellBlocks(dccrg::Dccrg<spatial_cell::SpatialCell, dccrg::Cartesian_Geometry, std::tuple<>, std::tuple<> >&) {};
void updateRemoteVelocityBlockLists(dccrg::Dccrg<spatial_cell::SpatialCell, dccrg::Cartesian_Geometry, std::tuple<>, std::tuple<> >&, unsigned int, unsigned int) {
};
void recalculateLocalCellsCache() {}
SysBoundary::SysBoundary() {}
SysBoundary::~SysBoundary() {}

Expand Down

0 comments on commit de966ce

Please sign in to comment.