Manipulate the assembly #29

Merged
glen merged 16 commits from tangent-space into main 2024-12-30 22:53:09 +00:00
Showing only changes of commit 7c8539fe54 - Show all commits

View File

@ -122,7 +122,7 @@ impl ConfigSubspace {
// print the eigenvalues
#[cfg(all(target_family = "wasm", target_os = "unknown"))]
console::log_1(&JsValue::from(
format!("Eigenvalues used to find kernel: {}", eig.eigenvalues)
format!("Eigenvalues used to find kernel:{}", eig.eigenvalues)
));
ConfigSubspace {