Changeset 1023 for cpp/frams/genetics/genooperators.h
- Timestamp:
- 08/05/20 14:24:31 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/genooperators.h
r968 r1023 214 214 static char* strchrn0(const char *str, char ch); ///<like strchr, but does not find zero char in \e str. 215 215 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 216 219 //@} 217 220 };
Note: See TracChangeset
for help on using the changeset viewer.