Skip to content

Commit e1fa87b

Browse files
committed
Move procedures into "include fold"
1 parent bcb8aa9 commit e1fa87b

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

check/user.frm

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
#endif
77
.end
88

9-
*--#[ jodavies_denexpand :
10-
#-
11-
12-
Off Statistics;
13-
On Highfirst;
14-
9+
*--#[ jodavies_include :
1510

1611
* Paste denexpand.prc
1712

@@ -302,9 +297,15 @@ Symbol coefftx,coeffty;
302297
Normalize^-1 `den';
303298
Identify `num'(coefftx?)*`den'(coefftx?) = 1;
304299
#endprocedure
300+
*--#] jodavies_include :
301+
*--#[ jodavies_denexpand :
302+
#-
303+
304+
Off Statistics;
305+
On Highfirst;
305306
307+
#include- user.frm # jodavies_include
306308
307-
* Start test code
308309
#define NUMTESTS "28"
309310
310311
AutoDeclare Symbol n,m;

0 commit comments

Comments
 (0)