Skip to content
Snippets Groups Projects
Commit e1c7d6c9 authored by Sam Jenkins's avatar Sam Jenkins
Browse files

Re #23807 fixed failing system test

parent 3778634d
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ void LoadSampleEnvironment::init() { ...@@ -68,7 +68,7 @@ void LoadSampleEnvironment::init() {
// Matrix to rotate mesh // Matrix to rotate mesh
declareProperty(make_unique<ArrayProperty<double>>( declareProperty(make_unique<ArrayProperty<double>>(
"rotationMatrix", "1.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0"), "RotationMatrix", "1.0,0.0,0.0,0.0,1.0,0.0,1.0,0.0,0.0"),
"Rotation Matrix in format x1,x2,x3,y1,y2,y3,z1,z2,z3"); "Rotation Matrix in format x1,x2,x3,y1,y2,y3,z1,z2,z3");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment