/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     |
    \\  /    A nd           | Web:      www.OpenFOAM.com
     \\/     M anipulation  |
-------------------------------------------------------------------------------
Description
    From the first field subtract the remaining fields in the list.

\*---------------------------------------------------------------------------*/

type            subtract;
libs            ("libfieldFunctionObjects.so");

fields          (<field names>);

executeControl  writeTime;
writeControl    writeTime;

// ************************************************************************* //
