Index: tests/sum.cfa
===================================================================
--- tests/sum.cfa	(revision 200fcb3c496b08f843f691550554b21d786aad38)
+++ tests/sum.cfa	(revision bbbc067e84adc59b31d39e97991980bf6379934a)
@@ -11,6 +11,6 @@
 // Created On       : Wed May 27 17:56:53 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Dec 11 21:50:41 2018
-// Update Count     : 285
+// Last Modified On : Sun Dec 23 23:00:38 2018
+// Update Count     : 287
 //
 
@@ -93,5 +93,5 @@
 	S ?++( S & t ) { S temp = t; t += (S){1}; return temp; }
 	ofstream & ?|?( ofstream & os, S v ) { return os | v.i | v.j; }
-	void ?|?( ofstream & os, S v ) { (ofstream)(os | v); if ( getANL( os ) ) nl( os ); }
+	void ?|?( ofstream & os, S v ) { (ofstream &)(os | v); nl( os ); }
 
 	S s = (S){0}, a[size], v = { low, low };
