We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0904002 commit 38e5639Copy full SHA for 38e5639
scripts/material_map/run_material_map_validation.sh
@@ -42,7 +42,7 @@ diff -aru a/Examples/Scripts/MaterialMapping/Mat_map.C b/Examples/Scripts/Materi
42
43
// 2D map for Validation input
44
TCanvas *VM = new TCanvas("VM","Validation Map") ;
45
-- Val_file->Draw("mat_y:mat_z","fabs(mat_x)<1");
+- Val_file->Draw("mat_y:mat_z","std::abs(mat_x)<1");
46
+ Val_file->Draw("sqrt(mat_x**2+mat_y**2):mat_z>>mat_map1","(mat_z>-5000)&(mat_z<8000)");
47
+ VM->SetGrid();
48
0 commit comments