Ignore:
Timestamp:
04/22/22 18:15:03 (2 years ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/fS/fS_general.h

    r1158 r1174  
    8282const string JOINTS = "bc";
    8383const string ALL_JOINTS = "abc";
    84 const int JOINT_COUNT = JOINTS.length();
     84const int JOINT_COUNT = (int)JOINTS.length();
    8585const string MODIFIERS = "IFS";
    8686const char SCALE_MODIFIER = 's';
Note: See TracChangeset for help on using the changeset viewer.