From 9b08d691aa2b7a7d5233c98d4ddbc61963335b2d Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Sat, 7 Feb 2015 16:41:27 +0100 Subject: [PATCH] now really final, submitting... --- ass1/mart/sws1-s4109503-s4202015/exercise2/parsegenome.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ass1/mart/sws1-s4109503-s4202015/exercise2/parsegenome.c b/ass1/mart/sws1-s4109503-s4202015/exercise2/parsegenome.c index 9acb1cf..aaf6471 100644 --- a/ass1/mart/sws1-s4109503-s4202015/exercise2/parsegenome.c +++ b/ass1/mart/sws1-s4109503-s4202015/exercise2/parsegenome.c @@ -1,6 +1,6 @@ -#include -#include -#include +#include /* We save the all the frequencies in a 64 bit int */ +#include /* We extract/add them using bitshifts */ +#include /* When no filepath is specified assume stdin */ #include int main(int argc, char* argv[]) -- 2.20.1