Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/sum.cfa

    r65240bb r4d978d5  
    1111// Created On       : Wed May 27 17:56:53 2015
    1212// Last Modified By : Peter A. Buhr
    13 // Last Modified On : Fri Jul 12 12:05:16 2019
    14 // Update Count     : 335
     13// Last Modified On : Thu Jun  6 16:18:22 2019
     14// Update Count     : 333
    1515//
    1616
     
    9797        S ?++( S & t ) { S temp = t; t += (S){1}; return temp; }
    9898        ofstream & ?|?( ofstream & os, S v ) { return os | v.i | v.j; }
    99         void ?|?( ofstream & os, S v ) { (ofstream &)(os | v); ends( os ); }
     99        void ?|?( ofstream & os, S v ) { (ofstream &)(os | v); nl( os ); }
    100100
    101101        S s = (S){0}, a[size], v = { low, low };
     
    184184        S ?++( S & t ) { S temp = t; t += (S){1}; return temp; }
    185185        ofstream & ?|?( ofstream & os, S v ) { return os | v.i | v.j; }
    186         void ?|?( ofstream & os, S v ) { (ofstream &)(os | v); ends( os ); }
     186        void ?|?( ofstream & os, S v ) { (ofstream &)(os | v); nl( os ); }
    187187
    188188        S s = (S){0}, a[size], v = { low, low };
Note: See TracChangeset for help on using the changeset viewer.