Skip to content

Commit 7f56cb1

Browse files
committed
Changed the su2doubles to passivedoubles in the implementation of DetermineFEMGraphWeights
1 parent 2fc8d69 commit 7f56cb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/src/geometry/CPhysicalGeometryFEM.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2725,8 +2725,8 @@ void CPhysicalGeometry::StoreFaceInfoInLocalElements(const vector<CFaceOfElement
27252725

27262726
void CPhysicalGeometry::DetermineFEMGraphWeights(
27272727
CConfig* config, const vector<CFaceOfElement>& localFaces, const vector<vector<unsigned long> >& adjacency,
2728-
const map<unsigned long, CUnsignedShort2T>& mapExternalElemIDToTimeLevel, vector<su2double>& vwgt,
2729-
vector<vector<su2double> >& adjwgt) {
2728+
const map<unsigned long, CUnsignedShort2T>& mapExternalElemIDToTimeLevel, vector<passivedouble>& vwgt,
2729+
vector<vector<passivedouble> >& adjwgt) {
27302730
/*--- Define the linear partitioning of the elements. ---*/
27312731
CLinearPartitioner elemPartitioner(Global_nElem, 0);
27322732

0 commit comments

Comments
 (0)