-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kevin Galinsky
committed
Sep 7, 2016
1 parent
e32d622
commit f3559c3
Showing
7 changed files
with
2,144 additions
and
1,946 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
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,14 +1,10 @@ | ||
#include "admutils.h" | ||
#include "admutils.h" | ||
|
||
int | ||
makeeglist (char **eglist, int maxnumeg, Indiv **indivmarkers, int numindivs); | ||
int | ||
mkeglist (Indiv **indm, int numindivs, char **eglist); | ||
void | ||
seteglist (Indiv **indm, int nindiv, char *eglistname); | ||
void | ||
seteglistv (Indiv **indm, int nindiv, char *eglistname, int val); | ||
int | ||
loadlist (char **list, char *listname); | ||
int | ||
loadlist_type (char **list, char *listname, int *ztypes, int off); | ||
|
||
int makeeglist (char **eglist, int maxnumeg, Indiv ** indivmarkers, | ||
int numindivs); | ||
int mkeglist (Indiv ** indm, int numindivs, char **eglist); | ||
void seteglist (Indiv ** indm, int nindiv, char *eglistname); | ||
void seteglistv (Indiv ** indm, int nindiv, char *eglistname, int val); | ||
int loadlist (char **list, char *listname); | ||
int loadlist_type (char **list, char *listname, int *ztypes, int off); |
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
Oops, something went wrong.