Added new timing helper in python
This commit is contained in:
parent
6150597c67
commit
917a45b494
3 changed files with 17 additions and 1 deletions
|
@ -135,6 +135,12 @@ namespace CosmoTool
|
|||
int Nx, Ny, Nz;
|
||||
};
|
||||
|
||||
|
||||
template<typename IType, typename ArrayType>
|
||||
void singleInterpolation(IType *input_array, ArrayType *x, ArrayType *y, ArrayType *z, ArrayType *scalers)
|
||||
{
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue