forked from StudioInfinity/dyna3
Polish log messages
This commit is contained in:
parent
9e31037e17
commit
9c191ae586
3 changed files with 4 additions and 4 deletions
|
@ -146,7 +146,7 @@ impl Assembly {
|
|||
|
||||
/* DEBUG */
|
||||
// log the initial configuration matrix
|
||||
console::log_1(&JsValue::from("old configuration:"));
|
||||
console::log_1(&JsValue::from("Old configuration:"));
|
||||
for j in 0..guess.nrows() {
|
||||
let mut row_str = String::new();
|
||||
for k in 0..guess.ncols() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue