Fix line range in linear multistep solver post

This commit is contained in:
Danila Fedorin 2022-10-04 13:20:56 -07:00
parent 49e0e2eb67
commit c68dbdb8fe
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ in a list, so the function will expect exactly as many \\(y_i\\)
y-coordinates as there are coefficients. y-coordinates as there are coefficients.
The actual code is pretty boring. The actual code is pretty boring.
{{< codelines "chapel" "linear-multistep/lmm.chpl" 18 38 >}} {{< codelines "chapel" "linear-multistep/lmm.chpl" 18 39 >}}
That completes our implementation. All that's left is to actually That completes our implementation. All that's left is to actually
use our API! First, we need to encode the various methods: use our API! First, we need to encode the various methods: