- Timestamp:
- 11/25/18 23:47:54 (6 years ago)
- Location:
- cpp/frams/genetics/f4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f4/f4_general.cpp
r779 r829 548 548 return 1; // stop 549 549 } 550 int j = (int)gcur->l1;550 int j = gcur->l1; 551 551 switch ((char)gcur->i1) 552 552 { -
cpp/frams/genetics/f4/f4_general.h
r774 r829 374 374 f4_node *child2; ///<second child or NULL 375 375 int pos; ///<original position in the string 376 int i1; ///<internal int 377 int l1; ///<internal long parameter1 376 int i1; ///<internal int parameter1 377 int l1; ///<internal long parameter1 (now also int, since long is not well specified and it is in our scenarios equivalent to int) 378 378 double f1; ///<internal double parameter1 379 379 string s1; ///<internal string parameter1
Note: See TracChangeset
for help on using the changeset viewer.