mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Fix dropped section header.
This commit is contained in:
parent
229b9e1e3c
commit
6f99eb7925
1 changed files with 3 additions and 0 deletions
|
@ -245,6 +245,9 @@ function sum_of_sines(a, sines) =
|
|||
function mean(v) = sum(v)/len(v);
|
||||
|
||||
|
||||
// Section: Comparisons and Logic
|
||||
|
||||
|
||||
// Function: compare_vals()
|
||||
// Usage:
|
||||
// compare_vals(a, b);
|
||||
|
|
Loading…
Reference in a new issue