Ignore:
Timestamp:
08/05/20 14:24:31 (4 years ago)
Author:
Maciej Komosinski
Message:

Added GenoOperators::calculateSolidVolume(Part)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/genooperators.h

    r968 r1023  
    214214        static char* strchrn0(const char *str, char ch); ///<like strchr, but does not find zero char in \e str.
    215215        static bool canStartNeuroClassName(const char firstchar); ///<determines if \e firstchar may start NeuroClass name. If not, it might start NeuroClass' (or Neuro's) property name.
     216
     217        static double calculateSolidVolume(Part *part);
     218
    216219        //@}
    217220};
Note: See TracChangeset for help on using the changeset viewer.