This repository has been archived by the owner on Sep 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify version code to use a #define
- Loading branch information
Showing
4 changed files
with
18 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,13 @@ | ||
/* | ||
* Copyright 2015 Zamin Iqbal ([email protected]) | ||
* | ||
* | ||
* species.h | ||
*/ | ||
|
||
/* | ||
* Copyright 2015 Zamin Iqbal ([email protected]) | ||
* | ||
* | ||
* base_species.h | ||
*/ | ||
|
||
#ifndef BASE_SPECIES_H_ | ||
#define BASE_SPECIES_H_ | ||
|
||
#include "dB_graph.h" | ||
|
||
#ifdef STAPH | ||
|
@@ -173,3 +170,7 @@ void print_json_phylogenetics(SpeciesInfo* species_info); | |
void print_json_phylo_group(SpeciesInfo* species_info); | ||
void print_json_species(SpeciesInfo* species_info); | ||
void print_json_lineage(SpeciesInfo* species_info); | ||
|
||
|
||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c707e6e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hope this OK with you Phelim?
c707e6e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you forget to commit myk_pred_global.h? This commit is breaking for me. Can't compile.
c707e6e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c707e6e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c707e6e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, no rush.
c707e6e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done here f621b84