Ignore:
Timestamp:
03/31/10 16:43:20 (15 years ago)
Author:
Mathieu Morlighem
Message:

Added discontinuous galerkin elements and prognostic2 solution, to be continued...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/ModelProcessorx/SlopeCompute/CreateConstraintsSlopeCompute.cpp

    r3332 r3359  
    1414void    CreateConstraintsSlopeCompute(DataSet** pconstraints, IoModel* iomodel,ConstDataHandle iomodel_handle){
    1515
    16 
    1716        DataSet* constraints = NULL;
    1817
    1918        /*Create constraints: */
    2019        constraints = new DataSet(ConstraintsEnum());
    21 
    22         /*Now, is the flag isstokes on? otherwise, do nothing: */
    23         if (!iomodel->isstokes)goto cleanup_and_return;
    24        
    25         cleanup_and_return:     
    2620       
    2721        /*Assign output pointer: */
Note: See TracChangeset for help on using the changeset viewer.