Ignore:
Timestamp:
Oct 8, 2023, 9:35:21 AM (9 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
3770b87
Parents:
f45772e
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/rational.hfa

    rf45772e r92211d9  
    1212// Created On       : Wed Apr  6 17:56:25 2016
    1313// Last Modified By : Peter A. Buhr
    14 // Last Modified On : Tue Jul 18 11:08:24 2023
    15 // Update Count     : 121
     14// Last Modified On : Fri Oct  6 07:52:20 2023
     15// Update Count     : 122
    1616//
    1717
     
    4040        T numerator( rational(T) r );
    4141        T denominator( rational(T) r );
    42         [ T, T ] ?=?( & [ T, T ] dest, rational(T) src );
     42        [ T, T ] ?=?( & [ T, T ] dst, rational(T) src );
    4343
    4444        // numerator/denominator setter
Note: See TracChangeset for help on using the changeset viewer.