From 68420904e12079befacee86d4d5a04bc5d5e16ff Mon Sep 17 00:00:00 2001 From: Louisa Emmons <33166333+lkemmons@users.noreply.github.com> Date: Mon, 6 Nov 2023 16:40:23 -0700 Subject: [PATCH] Update Create_VRMgrid.cpp correct "x_rotate" to "y_rotate" --- VRM_tools/VRM_Editor/src/Create_VRMgrid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VRM_tools/VRM_Editor/src/Create_VRMgrid.cpp b/VRM_tools/VRM_Editor/src/Create_VRMgrid.cpp index 70eb98c..033128f 100644 --- a/VRM_tools/VRM_Editor/src/Create_VRMgrid.cpp +++ b/VRM_tools/VRM_Editor/src/Create_VRMgrid.cpp @@ -75,7 +75,7 @@ try { CommandLineInt (MySmoothIterations ,"smooth_iter" ,0); CommandLineBool (MyReverseOrientation,"reverse_orient" ); CommandLineDouble (MyGridXRotate ,"x_rotate" ,0.0); - CommandLineDouble (MyGridYRotate ,"x_rotate" ,0.0); + CommandLineDouble (MyGridYRotate ,"y_rotate" ,0.0); CommandLineDouble (MyGridLonShift ,"lon_shift" ,0.0); CommandLineString (MyRefineFile ,"refine_file" ,"NULL"); CommandLineString (MyOutputFile ,"output" ,"NULL");