Changeset 3943


Ignore:
Timestamp:
05/25/10 14:52:59 (15 years ago)
Author:
Mathieu Morlighem
Message:

fixed Beam nodeal functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Beam.cpp

    r3938 r3943  
    676676
    677677        /*First nodal function: */
    678         l1l2[0]=.5*gauss_coord+.5;
     678        l1l2[0]=-0.5*gauss_coord+0.5;
    679679
    680680        /*Second nodal function: */
    681         l1l2[1]=-.5*gauss_coord+.5;
     681        l1l2[1]=+0.5*gauss_coord+0.5;
    682682}
    683683/*}}}*/
     
    762762}
    763763/*}}}*/
    764 //*FUNCTION Beam::SetClone {{{1*/
     764/*FUNCTION Beam::SetClone {{{1*/
    765765void  Beam::SetClone(int* minranks){
    766766
Note: See TracChangeset for help on using the changeset viewer.