Skip to content

Commit f345f18

Browse files
committed
Fix Issue #192
1 parent c2785a9 commit f345f18

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/State.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ namespace mgis::behaviour {
382382
return &v[0];
383383
}; // end of get_ptr
384384
InitialStateView v;
385+
v.mass_density = &(s.mass_density);
385386
v.gradients = get_ptr(s.gradients);
386387
v.thermodynamic_forces = get_ptr(s.thermodynamic_forces);
387388
v.material_properties = get_ptr(s.material_properties);

0 commit comments

Comments
 (0)