Stop printing the projection basis
This commit is contained in:
parent
2f3fc2ed6e
commit
f9026c847a
@ -130,12 +130,6 @@ impl ConfigSubspace {
|
||||
// express the basis in the standard coordinates
|
||||
let basis_std = proj_to_std * &basis_proj;
|
||||
|
||||
// print the projection basis in projection coordinates
|
||||
#[cfg(all(target_family = "wasm", target_os = "unknown"))]
|
||||
console::log_1(&JsValue::from(
|
||||
format!("Basis in projection coordinates:{}", basis_proj)
|
||||
));
|
||||
|
||||
const ELEMENT_DIM: usize = 5;
|
||||
const UNIFORM_DIM: usize = 4;
|
||||
ConfigSubspace {
|
||||
|
Loading…
Reference in New Issue
Block a user