Skip to content

Commit

Permalink
Fix compilation error on weaver
Browse files Browse the repository at this point in the history
  • Loading branch information
bartgol committed Sep 30, 2024
1 parent 2248476 commit 94e0f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/disc/Albany_ExtrudedMesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ setFieldData (const Teuchos::RCP<const Teuchos_Comm>& comm,
auto mesh_sis = Teuchos::rcp(new StateInfoStruct());
auto NDTEN = StateStruct::MeshFieldEntity::NodalDataToElemNode;

std::vector<size_t> dims = {
StateStruct::FieldDims dims = {
static_cast<size_t>(m_basal_mesh->meshSpecs[0]->worksetSize),
m_basal_mesh->meshSpecs[0]->ctd.node_count
};
Expand Down

0 comments on commit 94e0f6c

Please sign in to comment.