Changeset 12496


Ignore:
Timestamp:
06/21/12 10:19:03 (13 years ago)
Author:
Mathieu Morlighem
Message:

cosmetics

Location:
issm/trunk-jpl/src/modules
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/modules/Chaco/Chaco.cpp

    r12068 r12496  
    4242
    4343        #ifndef _HAVE_CHACO_ //only works if dakota library has been compiled in.
    44         _error_(" Chaco not available! Cannot carry out Chaco partitioning!");
     44        _error_("Chaco not available! Cannot carry out Chaco partitioning!");
    4545        #endif
    4646
  • issm/trunk-jpl/src/modules/ContourToMesh/ContourToMesh.cpp

    r12127 r12496  
    4747        if(nlhs!=1 && nlhs!=2){
    4848                ContourToMeshUsage();
    49                 _error_(" usage. See above");
     49                _error_("usage. See above");
    5050        }
    5151        #endif
     
    5353        if(nrhs!=NRHS){
    5454                ContourToMeshUsage();
    55                 _error_(" usage. See above");
     55                _error_("usage. See above");
    5656        }
    5757
     
    8282                WriteData(PLHS1,in_elem);
    8383        }
    84         else _error_(" wrong interpolation type");
     84        else _error_("wrong interpolation type");
    8585
    8686        /*end module: */
  • issm/trunk-jpl/src/modules/EnumToString/EnumToString.cpp

    r11933 r12496  
    1212        /*checks on arguments on the matlab side: */
    1313        if(nrhs!=NRHS){
    14                 EnumToStringUsage(); _error_(" usage. See above");
     14                EnumToStringUsage(); _error_("usage. See above");
    1515        }
    1616
  • issm/trunk-jpl/src/modules/InterpFromGridToMesh/InterpFromGridToMesh.cpp

    r11933 r12496  
    4646        if((nlhs!=NLHS) || (nrhs!=6 && nrhs!=7)){
    4747                InterpFromGridToMeshUsage();
    48                 _error_(" usage. See above");
     48                _error_("usage. See above");
    4949        }
    5050
  • issm/trunk-jpl/src/modules/MeshProfileIntersection/MeshProfileIntersection.cpp

    r12060 r12496  
    5454        //index
    5555        FetchData(&double_index,&nel,&dummy,INDEX);
    56         if(dummy!=3 && dummy!=6)_error_(" element triangulation should be of 3 or 6 column width!");
     56        if(dummy!=3 && dummy!=6)_error_("element triangulation should be of 3 or 6 column width!");
    5757        index=(int*)xmalloc(nel*3*sizeof(int));
    5858        for(i=0;i<nel;i++){
  • issm/trunk-jpl/src/modules/Scotch/Scotch.cpp

    r6412 r12496  
    2525
    2626#ifndef _HAVE_SCOTCH_ //only works if scotch library has been compiled in.
    27         _error_(" Scotch not available! Cannot carry out Scotch partitioning!");
     27        _error_("Scotch not available! Cannot carry out Scotch partitioning!");
    2828        #else
    2929
  • issm/trunk-jpl/src/modules/Shp2Kml/Shp2Kml.cpp

    r12049 r12496  
    2525
    2626        #ifndef _HAVE_SHAPELIB_ //only works if shapelib library has been compiled in.
    27         _error_(" Shapelib not available! Cannot carry out shp file translation!");
     27        _error_("Shapelib not available! Cannot carry out shp file translation!");
    2828        #endif
    2929
  • issm/trunk-jpl/src/modules/StringToEnum/StringToEnum.cpp

    r11933 r12496  
    1212        /*checks on arguments on the matlab side: */
    1313        if(nrhs!=NRHS){
    14                 StringToEnumUsage(); _error_(" usage. See above");
     14                StringToEnumUsage(); _error_("usage. See above");
    1515        }
    1616
Note: See TracChangeset for help on using the changeset viewer.