// -*- C++ -*-
// Use the areaWrite function object

autoAreaToVolumeMapping
{
    type    autoAreaToVolumeMapping;
    libs    (faAvalanche);
    fields  (".*");

    writeOption autoWrite;
    //writeOption noWrite;
    //writeOption anyWrite;

    prefix  "fa_";
}

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