diff --git a/crates/total-viewsheds/src/config.rs b/crates/total-viewsheds/src/config.rs index b84b54f..034ba2d 100644 --- a/crates/total-viewsheds/src/config.rs +++ b/crates/total-viewsheds/src/config.rs @@ -57,7 +57,7 @@ pub struct Compute { long, value_enum, value_name = "The method of running the kernel", - default_value_t = Backend::Vulkan + default_value_t = Backend::CPU )] pub backend: Backend,