|
34 | 34 | c_int32, POINTER(c_int32), POINTER(c_double)]
|
35 | 35 | _dll.openmc_cell_get_temperature.restype = c_int
|
36 | 36 | _dll.openmc_cell_get_temperature.errcheck = _error_handler
|
| 37 | +_dll.openmc_cell_get_density_mult.argtypes = [ |
| 38 | + c_int32, POINTER(c_int32), POINTER(c_double)] |
| 39 | +_dll.openmc_cell_get_density_mult.restype = c_int |
| 40 | +_dll.openmc_cell_get_density_mult.errcheck = _error_handler |
37 | 41 | _dll.openmc_cell_get_name.argtypes = [c_int32, POINTER(c_char_p)]
|
38 | 42 | _dll.openmc_cell_get_name.restype = c_int
|
39 | 43 | _dll.openmc_cell_get_name.errcheck = _error_handler
|
|
58 | 62 | c_int32, c_double, POINTER(c_int32), c_bool]
|
59 | 63 | _dll.openmc_cell_set_temperature.restype = c_int
|
60 | 64 | _dll.openmc_cell_set_temperature.errcheck = _error_handler
|
| 65 | +_dll.openmc_cell_set_density_mult.argtypes = [ |
| 66 | + c_int32, c_double, POINTER(c_int32), c_bool] |
| 67 | +_dll.openmc_cell_set_density_mult.restype = c_int |
| 68 | +_dll.openmc_cell_set_density_mult.errcheck = _error_handler |
61 | 69 | _dll.openmc_cell_set_translation.argtypes = [c_int32, POINTER(c_double)]
|
62 | 70 | _dll.openmc_cell_set_translation.restype = c_int
|
63 | 71 | _dll.openmc_cell_set_translation.errcheck = _error_handler
|
|
0 commit comments