Skip to content

write stress (if present) to xml <step> tag

Simon Pintarelli requested to merge simonpintarelli/q-e:develop into develop

The array stress was set in the routine qexsd_step_addstep, but not written to the xml because step_obj%stress_ispresent was default initialized to false. The commit sets the latter variable to true if tstress==true.

Merge request reports