Ignore:
Timestamp:
02/18/19 14:14:08 (6 years ago)
Author:
kruegern
Message:

BUG: fixed various minor bugs preventing ADOLC and SE from building properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/materials.py

    r23716 r23737  
    220220                                                        raise RuntimeError("%s%i%s"%('2 or more adjacent fluid layers detected starting at layer ',i,'. This is not supported yet. Consider merging them.'))
    221221
    222                                                 else:
    223                                                         raise RuntimeError("materials checkconsistency error message: nature of the material not supported yet! ('ice' or 'litho')");
     222                        else:
     223                                raise RuntimeError("materials checkconsistency error message: nature of the material not supported yet! ('ice' or 'litho')");
    224224
    225225                return md
Note: See TracChangeset for help on using the changeset viewer.