Skip to content

Commit

Permalink
can set indel parameters at cmd line
Browse files Browse the repository at this point in the history
  • Loading branch information
gh-owestesson authored and Ian Holmes committed Aug 13, 2011
1 parent ed2d854 commit 6feca25
Show file tree
Hide file tree
Showing 13 changed files with 144 additions and 1,163 deletions.
4 changes: 2 additions & 2 deletions aclocal.m4
@@ -1,7 +1,7 @@
# generated automatically by aclocal 1.11 -*- Autoconf -*-
# generated automatically by aclocal 1.10.1 -*- Autoconf -*-

# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
Expand Down
5 changes: 3 additions & 2 deletions src/protpal/exactMatch.cc
@@ -1,11 +1,12 @@
#include<iostream>
#include "utils.h"
#include <ctype.h>
#include<set>
#include<map>
#include<vector>
#include<string>
#include "exactMatch.h"

#include "protpal/exactMatch.h"
#include "protpal/utils.h"

using namespace std;

Expand Down
7 changes: 4 additions & 3 deletions src/protpal/exactMatch.h
@@ -1,11 +1,12 @@
#ifndef EXACTMATCH_H
#define EXACTMATCH_H
#include<iostream>
#include "utils.h"
#include<set>
#include<map>
#include<vector>
#include<string>
#ifndef EXACTMATCH_H
#define EXACTMATCH_H

#include "protpal/utils.h"

using namespace std;

Expand Down

0 comments on commit 6feca25

Please sign in to comment.