View Issue Details

IDProjectCategoryView StatusLast Update
0004151OpenFOAMPatchpublic2024-09-16 12:03
Reportertniemi Assigned Tohenry  
PrioritylowSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product Versiondev 
Fixed in Versiondev 
Summary0004151: Patch for Test-fvMeshTools
DescriptionI have attached a minimal patch which allows Test-fvMeshTools to compile following the recent changes to mesh-to-mesh mapping.
TagsNo tags attached.

Activities

tniemi

2024-09-16 06:55

reporter  

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());
patch.diff (688 bytes)   

henry

2024-09-16 12:03

manager   ~0013412

Resolved by commit fbebb13701b281b369243055eeaf058dd543e48d

Issue History

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