Changeset 827
- Timestamp:
- 11/25/18 20:49:30 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/neuro/impl/neuroimpl-fuzzy-f0.cpp
r791 r827 100 100 if ((str.charAt(pos) == ':') && (conditional)) 101 101 { 102 sNr++; conditional = false;102 sNr++; conditional = false; 103 103 } 104 104 else if ((str.charAt(pos) == '/') && (!conditional)) … … 108 108 else 109 109 return -4; //error - illegal character 110 110 pos++; 111 111 } 112 112 if ((dNr != sNr) || (dNr != rulesNr))
Note: See TracChangeset
for help on using the changeset viewer.