Changeset 3477


Ignore:
Timestamp:
04/08/10 15:24:37 (15 years ago)
Author:
Mathieu Morlighem
Message:

bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/ModelProcessorx/DiagnosticHutter/CreateConstraintsDiagnosticHutter.cpp

    r3455 r3477  
    1818        Spc*    spc  = NULL;
    1919
    20         /*Now, is the flag ishutter on? otherwise, do nothing: */
    21         if (!iomodel->ishutter)goto cleanup_and_return;
    22 
    2320        /*Create constraints: */
    2421        constraints = new DataSet(ConstraintsEnum());
     22
     23        /*Now, is the flag ishutter on? otherwise, do nothing: */
     24        if (!iomodel->ishutter) goto cleanup_and_return;
    2525
    2626        /*Fetch data: */
Note: See TracChangeset for help on using the changeset viewer.