Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ install: all dirs tables
cp $(PROGS) $(TOP)
cp $(PROGS2) $(TOP)
cp $(PROGS3) $(TOP)
cp $(PROGS3) $(TOP)
cp $(PROGS4) $(TOP)
cp ../perlsrc/* $(TOP)
cp fxtract $(BIN)
cp -r script $(BIN)
Expand Down
2 changes: 1 addition & 1 deletion src/qpgsubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ void setdisq(NODE *node, int dis) ;
void setdisqq(NODE *node, int dis) ;
int setxx (NODE * node, NODE ** xx);
void reroot (char *nodename);
void setgtime ();
void setgtime (double *time);
void setvnum (int *vnum, int *list, int n);
void pedge (FILE * fff, NODE * anode, NODE * bnode, double val, double theta, int mode);
int vertexnum (char *vertname);
Expand Down