Skip to content

Commit

Permalink
first code
Browse files Browse the repository at this point in the history
  • Loading branch information
trumae committed Aug 13, 2010
1 parent c71cfd0 commit 376d141
Show file tree
Hide file tree
Showing 16 changed files with 1,313 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
@@ -0,0 +1 @@
Trumae <trumae@gmail.com>
Empty file added COPYING
Empty file.
Empty file added INSTALL
Empty file.
6 changes: 6 additions & 0 deletions Makefile
@@ -0,0 +1,6 @@
all: gp.c machine.c fitmult.c fitexternal.c
gcc -O2 gp.c machine.c fitmult.c fitexternal.c -o gp


clean:
rm -f gp *~ *.o
Empty file added NEWS
Empty file.
1 change: 1 addition & 0 deletions README
@@ -0,0 +1 @@
./gp -n 20 -t 50000000 -i 10 -H 30

0 comments on commit 376d141

Please sign in to comment.