mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: adjust tests to compile with current code base
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user