jameskermode / f90wrap

F90 to Python interface generator with derived type support
GNU Lesser General Public License v3.0
243 stars 80 forks source link

add copy to FortranDerivedType #189

Closed shaoxc closed 1 year ago

shaoxc commented 1 year ago

Add copy to class FortranDerivedType and FortranDerivedTypeArray. The copy will only keep the values and disconnect to the Fortran code. The copy of FortranDerivedTypeArray will return a list of copied FortranDerivedType.

jameskermode commented 1 year ago

Sorry for the delay, this is also good to go.