x3d2
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
veccopy
Interface
10 statements
Source File
backend.f90
m_base_backend
veccopy
Contents
None
interface
public subroutine veccopy(self, dst, src)
Arguments
Type
Intent
Optional
Attributes
Name
class(
base_backend_t
)
::
self
class(
field_t
),
intent(inout)
::
dst
class(
field_t
),
intent(in)
::
src
Description
copy vectors: y = x