Browse Source

beautifying

pull/1/head
T. Meissner 10 years ago
parent
commit
b4e6625524
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -10,8 +10,8 @@ Package with various assertion procedures
* `assert_true(x[, str])` checks if boolean x = false, prints string str to console str when given
* `assert_false(x[, str])` checks if boolean x = false, prints string str to console str when given
* `assert_equal(x, y, [str])` checks if x = y, prints string str to console str when given
* `assert_unequal(x, y, [str])` checks if x /= y, prints string str to console str when given
* `assert_equal(x, y[, str])` checks if x = y, prints string str to console str when given
* `assert_unequal(x, y[, str])` checks if x /= y, prints string str to console str when given
##### SimP
Package with various components general useful for simulation


Loading…
Cancel
Save