Ignore:
Timestamp:
08/06/13 10:19:51 (12 years ago)
Author:
seroussi
Message:

CHG: fixed typos in error messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/gauss/GaussPenta.cpp

    r15694 r15720  
    428428                                case 7: coord1=0.; coord2=1.; coord3=0.; coord4=0.; break;
    429429                                case 8: coord1=0.; coord2=0.; coord3=1.; coord4=0.; break;
    430                                 default: _error_("node index should be in [0 5]");
     430                                default: _error_("node index should be in [0 8]");
    431431                        }
    432432                        break;
     
    446446                                case 10: coord1=.5; coord2=0.; coord3=.5; coord4=+1.;break;
    447447                                case 11: coord1=.5; coord2=.5; coord3=0.; coord4=+1.;break;
    448                                 default: _error_("node index should be in [0 5]");
     448                                default: _error_("node index should be in [0 11]");
    449449                        }
    450450                        break;
     
    458458                                case 5: coord1=0.;    coord2=0.;    coord3=1.;    coord4=+1.; break;
    459459                                case 6: coord1=1./3.; coord2=1./3.; coord3=1./3.; coord4=0.;  break;
    460                                 default: _error_("node index should be in [0 5]");
     460                                default: _error_("node index should be in [0 6]");
    461461                        }
    462462                        break;
     
    480480                                case 13: coord1=.5; coord2=0.; coord3=.5; coord4=+1.;break;
    481481                                case 14: coord1=.5; coord2=.5; coord3=0.; coord4=+1.;break;
    482                                 default: _error_("node index should be in [0 5]");
     482                                default: _error_("node index should be in [0 14]");
    483483                        }
    484484                        break;
Note: See TracChangeset for help on using the changeset viewer.