mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
11 lines
141 B
C++
11 lines
141 B
C++
#include "fvMesh.H"
|
|
|
|
namespace Foam
|
|
{
|
|
void writeFields
|
|
(
|
|
const fvMesh&,
|
|
const HashSet<word>& selectedFields
|
|
);
|
|
}
|