#ifndef CALCULATION_HPP
#defineCALCULATION_HPP#include<appl_grid/appl_grid.h>// hack to make declaration of `CALCULATION` in Rust an element of the class `grid`
usinggrid_CALCULATION= appl::grid::CALCULATION;// enable passing void pointers
usingc_void=void;#endif