Added more list levels

This commit is contained in:
Hrvoje Jasak 2016-03-17 11:20:54 +00:00
parent d75b30bc08
commit cee1ac162a

View file

@ -40,6 +40,8 @@ Description
namespace Foam
{
typedef List<vector> vectorList;
typedef List<vectorList> vectorListList;
typedef List<vectorListList> vectorListListList;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //