| 410 | } |
| 411 | |
| 412 | int |
| 413 | G3_getNDM(G3_Runtime *rt) |
| 414 | { |
| 415 | BasicModelBuilder *builder = G3_getSafeBuilder(rt); |
| 416 | assert(builder != nullptr); |
| 417 | return builder->getNDM(); |
| 418 | } |
| 419 | |
| 420 | int |
| 421 | OPS_GetNDM(void) |
nothing calls this directly
no test coverage detected