BUG: foamyHexMesh: Incorrect logic for serial mesh motion

This commit is contained in:
laurence
2013-08-01 10:42:33 +01:00
parent fe25191f45
commit ee8b1f4332
4 changed files with 20 additions and 25 deletions

View File

@ -47,7 +47,7 @@ namespace Foam
//- Collection of functions for testing relationships between two vectors.
namespace vectorTools
{
//- Test if a and b are parallel: a.b = 1
//- Test if a and b are parallel: a^b = 0
// Uses the cross product, so the tolerance is proportional to
// the sine of the angle between a and b in radians
template<typename T>