From 9f4133539905744d33a1fc23c4ab7897095e4278 Mon Sep 17 00:00:00 2001 From: Wang-yijun Date: Thu, 15 Feb 2024 22:47:34 -0600 Subject: [PATCH] Fix indentation --- .../grains/random_uniform_distribution_deflected.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/world_builder/features/continental_plate_models/grains/random_uniform_distribution_deflected.cc b/source/world_builder/features/continental_plate_models/grains/random_uniform_distribution_deflected.cc index 85507047f..9b9643310 100644 --- a/source/world_builder/features/continental_plate_models/grains/random_uniform_distribution_deflected.cc +++ b/source/world_builder/features/continental_plate_models/grains/random_uniform_distribution_deflected.cc @@ -167,7 +167,7 @@ namespace WorldBuilder const double theta = 2.0 * Consts::PI * one * deflections[i]; // Rotation about the pole (Z) const double phi = 2.0 * Consts::PI * two; // For direction of pole deflection. const double z = 2.0* three * deflections[i]; //For magnitude of pole deflection. - + // Compute a vector V used for distributing points over the sphere // via the reflection I - V Transpose(V). This formulation of V // will guarantee that if x[1] and x[2] are uniformly distributed,