mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected error from commit C45d092f when converting namespaces
This commit is contained in:
@ -37,7 +37,7 @@ template<>
|
||||
const char* const Foam::vector::vsType::componentNames[] = {"x", "y", "z"};
|
||||
|
||||
template<>
|
||||
const Foam::vector Foam::vector::vsType::vsType::zero(vector::uniform(0));
|
||||
const Foam::vector Foam::vector::vsType::zero(vector::uniform(0));
|
||||
|
||||
template<>
|
||||
const Foam::vector Foam::vector::vsType::one(vector::uniform(1));
|
||||
|
||||
Reference in New Issue
Block a user