mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
bugix: was returning wrong index
This commit is contained in:
@ -263,7 +263,7 @@ Foam::label Foam::CompositionModel<CloudType>::localToGlobalGasId
|
||||
<< nl << abort(FatalError);
|
||||
}
|
||||
|
||||
return id;
|
||||
return gid;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user