Changeset 18245


Ignore:
Timestamp:
07/14/14 16:39:15 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixed FS 3d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/StressbalanceAnalysis.cpp

    r18242 r18245  
    44504450
    44514451                for(int i=0;i<pnumnodes;i++){
    4452                         B[i+vnumdof+0] = 0.;
     4452                        B[(vnumdof+pnumdof)*0+i+vnumdof+0] = 0.;
     4453                        B[(vnumdof+pnumdof)*1+i+vnumdof+0] = 0.;
    44534454                }
    44544455        }
Note: See TracChangeset for help on using the changeset viewer.