You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The new number of basis cellsauto n_cells = intfield{n_cells_i[0], n_cells_i[1], n_cells_i[2]};
// The new geometryauto& old_geometry = *state->active_image->geometry;
auto new_geometry = Data::Geometry(old_geometry.bravais_vectors, n_cells, old_geometry.cell_atoms,
old_geometry.cell_composition, old_geometry.lattice_constant,
old_geometry.pinning, old_geometry.defects);
// Update the StateHelper_State_Set_Geometry(state, old_geometry, new_geometry);
Log(Utility::Log_Level::Warning, Utility::Log_Sender::API, fmt::format("Set number of cells for all Systems: ({}, {}, {})", n_cells[0], n_cells[1], n_cells[2]), -1, -1);
This needs to be fixed! The ImGUI can be crashed by setting a zero in the GeometryWidget.
The text was updated successfully, but these errors were encountered:
The entire function currently reads
This needs to be fixed! The ImGUI can be crashed by setting a zero in the
GeometryWidget
.The text was updated successfully, but these errors were encountered: