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.
1 parent d8e0d3c commit 798f897Copy full SHA for 798f897
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
- aero_particle_set_vols(ptr_f, 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