label and description were wrong
This commit is contained in:
parent
9df178b8cc
commit
b0427584cb
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
|||
Subproject commit fc04b9ef621161e60a2f8b72bfa8c99e77687c71
|
||||
Subproject commit 9685fa71bac2d56e6fd73d40160007f09fdae8db
|
|
@ -143,8 +143,8 @@ module subroutine isobrittle_result(phase,group)
|
|||
|
||||
outputsLoop: do o = 1,size(prm%output)
|
||||
select case(trim(prm%output(o)))
|
||||
case ('f_phi')
|
||||
call result_writeDataset(stt,group,trim(prm%output(o)),'driving force','-')
|
||||
case ('r_W')
|
||||
call result_writeDataset(stt,group,trim(prm%output(o)),'ratio between actual and critical strain energy density','-')
|
||||
end select
|
||||
end do outputsLoop
|
||||
|
||||
|
|
Loading…
Reference in New Issue