We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f774186 commit c11d9b0Copy full SHA for c11d9b0
pluto/src/pluto_f/pluto_module_allocator.fypp
@@ -1,6 +1,7 @@
1
module pluto_module_allocator
2
3
-use iso_c_binding, only: c_loc, c_ptr, c_int, c_size_t, c_null_ptr, c_double, c_float, c_int32_t, c_int64_t, c_f_pointer, c_associated
+use iso_c_binding, only : c_loc, c_ptr, c_int, c_size_t, c_null_ptr, c_double, c_float, &
4
+ & c_int32_t, c_int64_t, c_f_pointer, c_associated
5
use pluto_module_abort, only : &
6
pluto_abort
7
use pluto_module_memory_resource, only : &
0 commit comments