Ignore:
Timestamp:
11/25/18 23:47:54 (5 years ago)
Author:
Maciej Komosinski
Message:

Removed unnecessary cast, "long" is equivalent to "int" in our compilations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/f4/f4_general.cpp

    r779 r829  
    548548                                        return 1;  // stop
    549549                                }
    550                                 int j = (int)gcur->l1;
     550                                int j = gcur->l1;
    551551                                switch ((char)gcur->i1)
    552552                                {
Note: See TracChangeset for help on using the changeset viewer.