Changeset 935 for cpp/frams/neuro
- Timestamp:
- 05/29/20 15:20:29 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/neuro/neurofactory.cpp
r933 r935 26 26 if (!nc) return 0; 27 27 if (!nc->active) return 0; 28 if (!(nc-> supported_shape_types & (1 << (int)shape_type)))28 if (!(nc->isShapeTypeSupported(shape_type))) 29 29 { 30 30 logPrintf("NeuroFactory", "createNeuroImpl", LOG_WARN,
Note: See TracChangeset
for help on using the changeset viewer.