- Refactoring code: splitting stuff out of arachne.c

This commit is contained in:
ccremers
2006-01-02 18:43:25 +00:00
parent 4023ef237e
commit e592a0a432
5 changed files with 513 additions and 458 deletions

6
src/prune_bounds.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef PRUNEBOUNDS
#define PRUNEBOUNDS
int prune_bounds (const System sys);
#endif