mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
8 lines
203 B
C
8 lines
203 B
C
#ifndef __PeanoDOt_H_
|
|
#define __PeanoDOt_H_
|
|
#include "key.h"
|
|
|
|
Key_t PHKeyFromInts(unsigned int ikey[], int ndim, int depth);
|
|
unsigned int IntsFromPHKey(Key_t key, unsigned int ikey[], int ndim);
|
|
|
|
#endif
|