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 6017b71 commit 7e6fd4fCopy full SHA for 7e6fd4f
src/CMakeLists.txt
@@ -1,5 +1,5 @@
1
-add_subdirectory(application-binary-interface )
2
-add_subdirectory(runtime-libraries )
+add_subdirectory(application-binary-interface)
+add_subdirectory(runtime-libraries)
3
add_subdirectory(tests)
4
5
set(N_CPU ${N_CPU} PARENT_SCOPE)
src/tests/utilities/opencoarrays_object_interface.f90
@@ -1,6 +1,6 @@
module opencoarrays_object_interface
- !! Object pattern abstract type to provide a universal interface to a userd-defined derived type ouptput
- !! capability specified in a generic binding
+ !! Object pattern abstract type to provide a universal interface to a user-defined
+ !! derived type output capability specified in a generic binding
implicit none
6
type, abstract :: object
0 commit comments