Changeset 104 for cpp/gdk/conv_f1.cpp
- Timestamp:
- 07/23/13 18:15:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/gdk/conv_f1.cpp
r95 r104 261 261 lastNeuroClassParam(); 262 262 if (neuro_cls_param) 263 neuro_cls_param->setById(name,ExtValue(value)); 263 { 264 ExtValue e(value); 265 const ExtValue &re(e); 266 neuro_cls_param->setById(name,re); 267 } 264 268 } 265 269
Note: See TracChangeset
for help on using the changeset viewer.