Skip to content
Snippets Groups Projects
Commit b5d91adb authored by Fanny CHOPOT's avatar Fanny CHOPOT
Browse files

modif sur condition initial de k

parent 7f127e48
Branches
Tags
No related merge requests found
......@@ -241,7 +241,11 @@ public:
if (xj[j][0]<0.7) {
m_kj[j]=0.;
} else {
if (xj[j][0]<0.85){
m_kj[j]=0.5;
} else {
m_kj[j]=0.;
}
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment