From 2fc425024ef534c7607d355e939b9a33d0519913 Mon Sep 17 00:00:00 2001 From: Marko Petric <marko.petric@cern.ch> Date: Tue, 11 Feb 2020 17:41:56 +0100 Subject: [PATCH] fix location in tessellated example --- examples/ClientTests/compact/Check_Shape_Tesselated.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ClientTests/compact/Check_Shape_Tesselated.xml b/examples/ClientTests/compact/Check_Shape_Tesselated.xml index 0ac494040..42f840ad1 100644 --- a/examples/ClientTests/compact/Check_Shape_Tesselated.xml +++ b/examples/ClientTests/compact/Check_Shape_Tesselated.xml @@ -195,7 +195,7 @@ <position x="0" y="0" z="0"/> <rotation x="0" y="0" z="0"/> </check> - <test type="DD4hep_Mesh_Verifier" ref="${DD4hepExamplesINSTALL}/examples/ClientTests/ref/Ref_Tessellated.txt" create="CheckShape_create"/> + <test type="DD4hep_Mesh_Verifier" ref="${DD4hepExamplesINSTALL}/ClientTests/ref/Ref_Tessellated.txt" create="CheckShape_create"/> <test_writing_reference type="DD4hep_Mesh_Verifier" ref="${DD4hepExamplesINSTALL}/examples/ClientTests/ref/Ref_Tessellated.txt" create="1"/> </detector> </detectors> -- GitLab