| 72 | } |
| 73 | |
| 74 | void TFluidProp::ReleaseObjects() { |
| 75 | FluidProp_COM->ReleaseObjects(); |
| 76 | } |
| 77 | |
| 78 | void TFluidProp::SetFluid(string ModelName, int nComp, string* Comp, double* Conc, string* ErrorMsg) { |
| 79 | // _com_util::Convert model name to binary string |
nothing calls this directly
no outgoing calls
no test coverage detected