Ignore:
Timestamp:
06/21/12 14:08:16 (13 years ago)
Author:
Mathieu Morlighem
Message:

moved _error_ to _error2_ and added circular dependencies in Makefile.am to resolve all symbols

File:
1 edited

Legend:

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

    r12044 r12497  
    4444        /*Check inputs*/
    4545        if (nels<0){
    46                 _error_("Number of elements must be positive, check index number of lines");
     46                _error2_("Number of elements must be positive, check index number of lines");
    4747        }
    4848        if (nods<0){
    49                 _error_("Number of nods must be positive, check x and y sizes");
     49                _error2_("Number of nods must be positive, check x and y sizes");
    5050        }
    5151        if (index_rows!=3){
    52                 _error_("index should have 3 columns");
     52                _error2_("index should have 3 columns");
    5353        }
    5454        if (y_rows!=nods){
    55                 _error_("x and y do not have the same length");
     55                _error2_("x and y do not have the same length");
    5656        }
    5757        if (x_cols>1 || y_cols>1){
    58                 _error_("x and y should have only one column");
     58                _error2_("x and y should have only one column");
    5959        }
    6060
Note: See TracChangeset for help on using the changeset viewer.