We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 650ef57 + 798f897 commit c1fd203Copy full SHA for c1fd203
src/aero_particle.F90
@@ -37,7 +37,7 @@ subroutine f_aero_particle_init(ptr_c, aero_data_ptr_c, arr_data, arr_size) bind
37
call c_f_pointer(ptr_c, ptr_f)
38
call c_f_pointer(aero_data_ptr_c, aero_data_ptr_f)
39
allocate(ptr_f%vol(arr_size))
40
- ptr_f%vol = arr_data
+ call aero_particle_set_vols(ptr_f, arr_data)
41
end subroutine
42
43
subroutine f_aero_particle_volumes(ptr_c, arr_data, arr_size) bind(C)
0 commit comments