Imported rest of libSDF / libsw. Removed dependency on preinstalled flex/bison in libdsf

This commit is contained in:
Guilhem Lavaux 2013-03-01 11:29:01 -05:00
parent a611d77c5d
commit 9e3ab3b045
22 changed files with 2364 additions and 2410 deletions

View file

@ -0,0 +1,8 @@
#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