source: issm/oecreview/Archive/15392-16133/ISSM-16011-16012.diff@ 16134

Last change on this file since 16134 was 16134, checked in by Mathieu Morlighem, 12 years ago

Added Archive/15392-16133

File size: 560 bytes
RevLine 
[16134]1Index: ../trunk-jpl/src/c/classes/Elements/Tria.cpp
2===================================================================
3--- ../trunk-jpl/src/c/classes/Elements/Tria.cpp (revision 16011)
4+++ ../trunk-jpl/src/c/classes/Elements/Tria.cpp (revision 16012)
5@@ -7527,7 +7527,8 @@
6
7 for(int i=0;i<numnodes;i++){
8 pe->values[i]+=Jdettria*gauss->weight*(ms_g-mb_g-dhdt_g)*(
9- basis[i] + gamma*(basis[i]*(dhnx[0]+dhny[0])+hnx*dbasis[0] + hny*dbasis[1]));
10+ basis[i] + gamma*(basis[i]*(dhnx[0]+dhny[1])+hnx*dbasis[0] + hny*dbasis[1])
11+ );
12 }
13 }
14
Note: See TracBrowser for help on using the repository browser.