Changeset 4374


Ignore:
Timestamp:
07/01/10 08:46:02 (15 years ago)
Author:
seroussi
Message:

SurfaceSlope -> SurfaceSlopeX and SurfaceSlopeY

File:
1 edited

Legend:

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

    r4373 r4374  
    345345                InputUpdateFromSolutionAdjoint( solution);
    346346        }
    347         else if (analysis_type==BedSlopeAnalysisEnum || analysis_type==SurfaceSlopeAnalysisEnum){
     347        else if (analysis_type==BedSlopeXAnalysisEnum || analysis_type==SurfaceSlopeXAnalysisEnum || analysis_type==BedSlopeYAnalysisEnum || analysis_type==SurfaceSlopeYAnalysisEnum){
    348348                InputUpdateFromSolutionSlopeCompute( solution);
    349349        }
     
    36203620        MatSetValues(Kgg,numdof,doflist,numdof,doflist,(const double*)Ke_gg,ADD_VALUES);
    36213621               
     3622cleanup_and_return:
    36223623        xfree((void**)&first_gauss_area_coord);
    36233624        xfree((void**)&second_gauss_area_coord);
Note: See TracChangeset for help on using the changeset viewer.