Changeset 27485


Ignore:
Timestamp:
12/31/22 10:26:38 (2 years ago)
Author:
Mathieu Morlighem
Message:

CHG: cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Penta.cpp

    r27294 r27485  
    709709        IssmDouble  xyz_list[NUMVERTICES][3];
    710710        IssmDouble  viscosity;
    711         IssmDouble  epsilon[6]; /* epsilon=[exx,eyy,exy];*/
     711        IssmDouble  epsilon[6]; /* epsilon=[exx,eyy,ezz,exy,exz,eyz];*/
    712712        IssmDouble  tau_xx[NUMVERTICES];
    713713        IssmDouble      tau_yy[NUMVERTICES];
     
    722722
    723723        /*Retrieve all inputs we will be needing: */
    724         Input* vx_input=this->GetInput(VxEnum);             _assert_(vx_input);
    725         Input* vy_input=this->GetInput(VyEnum);             _assert_(vy_input);
    726         Input* vz_input=this->GetInput(VzEnum);             _assert_(vz_input);
     724        Input* vx_input=this->GetInput(VxEnum); _assert_(vx_input);
     725        Input* vy_input=this->GetInput(VyEnum); _assert_(vy_input);
     726        Input* vz_input=this->GetInput(VzEnum); _assert_(vz_input);
    727727
    728728        /* Start looping on the number of vertices: */
Note: See TracChangeset for help on using the changeset viewer.