Changeset 1174 for cpp/frams/genetics
- Timestamp:
- 04/22/22 18:15:03 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fS/fS_general.h
r1158 r1174 82 82 const string JOINTS = "bc"; 83 83 const string ALL_JOINTS = "abc"; 84 const int JOINT_COUNT = JOINTS.length();84 const int JOINT_COUNT = (int)JOINTS.length(); 85 85 const string MODIFIERS = "IFS"; 86 86 const char SCALE_MODIFIER = 's';
Note: See TracChangeset
for help on using the changeset viewer.