Changeset 650f2d8 in git for factory/README


Ignore:
Timestamp:
May 10, 2011, 4:26:31 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
468b57665e41eeb23c67a98dd6a2f85ccce65137
Parents:
b58d4735ba8885b68e60e175df833c691cd3c04e
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-05-10 16:26:31+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:43+01:00
Message:
renamed assert.h -> cf_assert.h in factory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/README

    rb58d47 r650f2d8  
    200200======================
    201201Factory has three types of diagnostic messages:
    202 o Assertions (implemented by the "ASSERT macros" in `assert.h') are used to
     202o Assertions (implemented by the "ASSERT macros" in `cf_assert.h') are used to
    203203  ensure preconditions before running some algorithm.  A typical example is
    204204  to test f != 0 before dividing by f.
     
    524524newdelete.cc    - C++ interface to the memory managers
    525525
    526 assert.h        - the "ASSERT macros"
     526cf_assert.h     - the "ASSERT macros"
    527527debug.h
    528528debug.cc        - the "DEBOUT macros"
Note: See TracChangeset for help on using the changeset viewer.