View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004151 | OpenFOAM | Patch | public | 2024-09-16 06:55 | 2024-09-16 12:03 |
Reporter | tniemi | Assigned To | henry | ||
Priority | low | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0004151: Patch for Test-fvMeshTools | ||||
Description | I have attached a minimal patch which allows Test-fvMeshTools to compile following the recent changes to mesh-to-mesh mapping. | ||||
Tags | No tags attached. | ||||
|
patch.diff (688 bytes)
diff --git a/test/fvMeshTools/Test-fvMeshTools/Test-fvMeshTools.C b/test/fvMeshTools/Test-fvMeshTools/Test-fvMeshTools.C index ea8c71d4ec..f2fa2f48a3 100644 --- a/test/fvMeshTools/Test-fvMeshTools/Test-fvMeshTools.C +++ b/test/fvMeshTools/Test-fvMeshTools/Test-fvMeshTools.C @@ -47,10 +47,11 @@ int main(int argc, char *argv[]) { argList::addNote("Test patch manipulation"); + #include "addMeshOption.H" #include "addRegionOption.H" #include "setRootCase.H" #include "createTimeNoFunctionObjects.H" - #include "createRegionMesh.H" + #include "createSpecifiedMesh.H" // Read objects in time directory IOobjectList objects(mesh, runTime.name()); |
|
Resolved by commit fbebb13701b281b369243055eeaf058dd543e48d |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-09-16 06:55 | tniemi | New Issue | |
2024-09-16 06:55 | tniemi | File Added: patch.diff | |
2024-09-16 12:03 | henry | Assigned To | => henry |
2024-09-16 12:03 | henry | Status | new => resolved |
2024-09-16 12:03 | henry | Resolution | open => fixed |
2024-09-16 12:03 | henry | Fixed in Version | => dev |
2024-09-16 12:03 | henry | Note Added: 0013412 |