give explanation of unexpected code

This commit is contained in:
Martin Diehl 2022-12-25 16:36:01 +01:00
parent 8fabf58f26
commit a2a4054a37
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ subroutine parse()
allocate(ph_of(materials%length,homogenization_maxNconstituents),source=-1)
allocate( v_of(materials%length,homogenization_maxNconstituents),source=0.0_pReal)
! parse YAML structure
! Parse YAML structure. Manual loop over linked list to have O(n) instead of O(n^2) complexity
item => materials%first
do ma = 1, materials%length
material => item%node%asDict()