- Refactoring code: splitting stuff out of arachne.c
This commit is contained in:
6
src/prune_bounds.h
Normal file
6
src/prune_bounds.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef PRUNEBOUNDS
|
||||
#define PRUNEBOUNDS
|
||||
|
||||
int prune_bounds (const System sys);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user