COMP: adjust tests to compile with current code base

This commit is contained in:
Mark Olesen
2018-02-20 17:24:08 +01:00
parent 87b1bbacd8
commit 03b287ed24
11 changed files with 41 additions and 26 deletions

View File

@ -36,8 +36,8 @@ using namespace Foam;
int main(int argc, char *argv[])
{
DynamicField<point, 0, 10, 11> testField;
DynamicField<point, 0, 10, 11> testField2;
DynamicField<point> testField;
DynamicField<point> testField2;
testField.setSize(5);
testField2.setSize(5);