Skip to content

Commit 292d627

Browse files
committed
remove Kmax from PARAM in chamonix.md
1 parent d280281 commit 292d627

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/mpi/chamonix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The following libraries are used
113113

114114
~~~freefem
115115
// NBPROC 8
116-
// PARAM -ns -wg -Kmax 9
116+
// PARAM -ns -wg
117117
load "bem" // boundary element methods for electromagnetism (Htool)
118118
load "RadiativeTransfer_htool" // contains the functions specific to this application program in C++
119119
load "qf11to25" // needed for better quadrature rules of integrals
@@ -765,4 +765,4 @@ if (mpirank == 0) cout << "Memory used (Go) = " << (((tmem-mem)/1000.)/1000.)/10
765765
|-----------------------|
766766
|![][_coupe3D] |
767767

768-
[_coupe3D]: https://raw.githubusercontent.com/FreeFem/FreeFem-markdown-figures/main/examples/mpi/chamonix/coupe3D.png
768+
[_coupe3D]: https://raw.githubusercontent.com/FreeFem/FreeFem-markdown-figures/main/examples/mpi/chamonix/coupe3D.png

0 commit comments

Comments
 (0)