Changeset 247 for cpp/frams/genetics/f4/f4_general.cpp
- Timestamp:
- 11/07/14 17:51:01 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f4/f4_general.cpp
r197 r247 593 593 594 594 595 int f4_Cell::addlink(f4_Cell * nfrom, double nw, longnt)595 int f4_Cell::addlink(f4_Cell * nfrom, double nw, int nt) 596 596 { 597 597 if (nolink >= MAXINPUTS - 1) return -1; // full! … … 675 675 676 676 677 f4_CellLink::f4_CellLink(f4_Cell * nfrom, double nw, longnt)677 f4_CellLink::f4_CellLink(f4_Cell * nfrom, double nw, int nt) 678 678 { 679 679 from = nfrom; … … 1234 1234 int i, j, t, res; 1235 1235 char tc1, tc2; 1236 longrelfrom;1236 int relfrom; 1237 1237 double w; 1238 1238 unsigned gpos, oldpos;
Note: See TracChangeset
for help on using the changeset viewer.