Ignore:
Timestamp:
05/24/13 19:11:47 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: simplifying prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/shared/Exceptions/Exceptions.cpp

    r15100 r15104  
    4747                if(num_procs==1){
    4848                        _printf_("\n??? Error in ==> " << file_name.c_str() << ":" << file_line << "\n");
    49                         _printf_(function_name.c_str() << " error message: " << what() << "\n" << "\n");
     49                        _printf_(function_name.c_str() << " error message: " << what() << "\n\n");
    5050                }
    5151                else{
    5252                        _printf_("\n[" << my_rank<< "] ??? Error using ==> " << file_name.c_str() << ":" << file_line << "\n");
    53                         _printf_(  "[" << my_rank << "] " << function_name.c_str() << " error message: " << what() << "\n" << "\n");
     53                        _printf_(  "[" << my_rank << "] " << function_name.c_str() << " error message: " << what() << "\n\n");
    5454                }
    5555        }
Note: See TracChangeset for help on using the changeset viewer.