libsim  Versione6.3.0

◆ csv_record_delete()

subroutine, private file_utilities::csv_record_delete ( type(csv_record), intent(inout)  this)
private

Destroy the csv_record object, freeing allocated memory.

Parametri
[in,out]thisobject to be destroyed

Definizione alla linea 556 del file file_utilities.F90.

556 TYPE(csv_record),INTENT(INOUT) :: this
557 TYPE(csv_record),INTENT(IN) :: record
558 
559 IF (this%csep /= record%csep .OR. this%cquote /= record%cquote) RETURN ! error

Generated with Doxygen.