Skip to content
Snippets Groups Projects

adding viewFactorWall to inGroups fixes #384

Merged Prashant Sonakar requested to merge bugFix_GL_384 into develop
2 files
+ 14
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -19,10 +19,16 @@ boundary
@@ -19,10 +19,16 @@ boundary
minX
minX
{
{
type wall;
type wall;
 
inGroups 2(wall viewFactorWall);
}
}
maxX
maxX
{
{
type wall;
type wall;
 
inGroups 2(wall viewFactorWall);
 
}
 
".*"
 
{
 
inGroups 2(wall viewFactorWall);
}
}
}
}
Loading