File: RSTInstDel.h

package info (click to toggle)
gerris 20131206%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 12,728 kB
  • ctags: 6,777
  • sloc: ansic: 66,593; sh: 15,930; f90: 1,513; makefile: 1,180; fortran: 696; python: 484; awk: 104; lisp: 89; xml: 27
file content (15 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* -----  RSTInstDel.h  ----- */
#ifndef __RSTInstDel_h
#define __RSTInstDel_h


#include "RStarTree.h"


/* declarations */

void Insert(RSTREE R, refentry newentry, int depth);
void DeleteOneRec(RSTREE R);


#endif /* !__RSTInstDel_h */