Skip to content

Commit

Permalink
Cleanup for more strict compilers.
Browse files Browse the repository at this point in the history
  • Loading branch information
trquinn committed Dec 17, 2024
1 parent 371b419 commit fabb7b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.o
direct
2 changes: 1 addition & 1 deletion grav.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

void diaGrav(PARTICLE *,int,int);
void blkGrav(PARTICLE *,int,PARTICLE *,int,int);
void umkkGrav(PARTICLE *,int,PARTICLE *,int,int);
void umkGrav(PARTICLE *,int,PARTICLE *,int,int);

#endif
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <math.h>
#include <float.h>
#include <string.h>
#include <ctype.h>
#include <assert.h>
#include "kd.h"

Expand Down

0 comments on commit fabb7b3

Please sign in to comment.