Changeset 27776


Ignore:
Timestamp:
05/25/23 16:51:27 (22 months ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

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

    r26976 r27776  
    3434#ifdef _ISSM_DEBUG_
    3535#define _assert_(statement)\
    36   if (!(statement)) _error_("Assertion \""<<#statement<<"\" failed, please report bug to "<<PACKAGE_BUGREPORT)
     36  if (!(statement)) _error_("Assertion \""<<#statement<<"\" failed, please report bug at "<<PACKAGE_BUGREPORT)
    3737#else
    3838#define _assert_(ignore)\
Note: See TracChangeset for help on using the changeset viewer.