Added more list levels
This commit is contained in:
parent
d75b30bc08
commit
cee1ac162a
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ Description
|
||||||
namespace Foam
|
namespace Foam
|
||||||
{
|
{
|
||||||
typedef List<vector> vectorList;
|
typedef List<vector> vectorList;
|
||||||
|
typedef List<vectorList> vectorListList;
|
||||||
|
typedef List<vectorListList> vectorListListList;
|
||||||
}
|
}
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
Reference in a new issue