We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2785a9 commit f345f18Copy full SHA for f345f18
1 file changed
src/State.cxx
@@ -382,6 +382,7 @@ namespace mgis::behaviour {
382
return &v[0];
383
}; // end of get_ptr
384
InitialStateView v;
385
+ v.mass_density = &(s.mass_density);
386
v.gradients = get_ptr(s.gradients);
387
v.thermodynamic_forces = get_ptr(s.thermodynamic_forces);
388
v.material_properties = get_ptr(s.material_properties);
0 commit comments