| 48 | throw NotImplementedError("get_dim() is not implemented by subclasses."); |
| 49 | } |
| 50 | virtual void update() { |
| 51 | throw NotImplementedError("updata() is not implemented by subclasses."); |
| 52 | } |
| 53 | }; |
| 54 | |
| 55 | } |
nothing calls this directly
no test coverage detected