Changeset 1203
- Timestamp:
- 09/29/10 11:22:46 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/bdm/design/lq_ctrl.h
r1193 r1203 464 464 virtual vec ctrlaction ( const vec &cond ) const { 465 465 //return L * concat(cond, 1.0); 466 return empty_vec; 466 467 } 467 468