scalarFieldField typedef

This commit is contained in:
Hrvoje Jasak 2019-09-09 19:03:00 +01:00
parent 159d419605
commit 7c02da8ff7

View file

@ -46,6 +46,8 @@ SourceFiles
namespace Foam
{
typedef FieldField<Field, scalar> scalarFieldField;
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
template<template<class> class Field>