Choral
Private Member Functions | List of all members
csr_mod::copy Interface Reference

M2 = M1. More...

Collaboration diagram for csr_mod::copy:
Collaboration graph

Private Member Functions

subroutine csr_copy (s2, s1)
 s2 = s1, copy : s2 is nullified, reallocated and set to s1 More...
 

Detailed Description

M2 = M1.

Definition at line 161 of file csr_mod.F90.

Member Function/Subroutine Documentation

◆ csr_copy()

subroutine csr_mod::copy::csr_copy ( type(csr), intent(inout)  s2,
type(csr), intent(in)  s1 
)
private

s2 = s1, copy : s2 is nullified, reallocated and set to s1

Definition at line 487 of file csr_mod.F90.


The documentation for this interface was generated from the following file: