run_loc/work : ajout print au dessus des valeurs print

This commit is contained in:
Yann Damour 2020-05-22 10:53:56 +02:00
parent d46730ceee
commit db71ff4cc5
2 changed files with 7 additions and 1 deletions

View File

@ -1957,7 +1957,7 @@
" let max_D = 0.\n",
"in\n",
"localisation m_C methode epsilon n prev_critere_D prev_m_alpha cc max_D;;\n",
"\n",
" \n",
"localise localisation m_C \"Boys\" 1. 1000 10e-5;;"
]
},
@ -2039,6 +2039,9 @@
"metadata": {},
"outputs": [],
"source": [
"let texte = \"n max_D Critere_D alpha_max norme_alpha moyenne_alpha\"\n",
"in Printf.printf \"%s\\n\" texte;;\n",
"\n",
"(*let new_m_boys = localise localisation m_C \"boys\" 1. 100 10e-7;;\n",
"let new_m_er = localise localisation m_C \"ER\" 1. 100 10e-7;;\n",
"*)\n",

View File

@ -746,6 +746,9 @@
"localise localisation / Matrice des coef / \"Methode\" (boys/er) / nb itération max / critère de convergence \n",
"*)\n",
"\n",
"let texte = \"n max_D Critere_D alpha_max norme_alpha moyenne_alpha\"\n",
"in Printf.printf \"%s\\n\" texte;;\n",
"\n",
"(*let new_m_boys = localise localisation m_C \"boys\" 1. 100 10e-7;;\n",
"let new_m_er = localise localisation m_C \"ER\" 1. 100 10e-7;;\n",
"*)\n",