- the wordHashSet typedef is always available when HashSet has been included. - use default HashTable key (word) instead of explicitly mentioning it
11 lines
144 B
C++
11 lines
144 B
C++
#include "fvMesh.H"
|
|
|
|
namespace Foam
|
|
{
|
|
void writeFields
|
|
(
|
|
const fvMesh& mesh,
|
|
const wordHashSet& selectedFields
|
|
);
|
|
}
|