Changeset 508 for ccr/trunk/p/C0CCCR0.m


Ignore:
Timestamp:
May 21, 2009, 1:12:11 PM (15 years ago)
Author:
George Lilly
Message:

formatting for Version 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccr/trunk/p/C0CCCR0.m

    r392 r508  
    1 C0CCCR0 ; CCDCCR/GPL - CCR TEMPLATE AND ACCESS ROUTINES; 5/31/08
    2  ;;0.1;CCDCCR;nopatch;noreleasedate
     1C0CCCR0 ; CCDCCR/GPL - CCR TEMPLATE AND ACCESS ROUTINES; 5/31/08
     2 ;;1.0;C0C;;May 19, 2009;
    33 ;Copyright 2008,2009 George Lilly, University of Minnesota.
    44 ;Licensed under the terms of the GNU General Public License.
     
    2323 Q
    2424 ;
    25 ZT(ZARY,BAT,LINE)       ; private routine to add a line to the ZARY array
     25ZT(ZARY,BAT,LINE)             ; private routine to add a line to the ZARY array
    2626 ; ZARY IS PASSED BY NAME
    2727 ; BAT is a string identifying the section
     
    3838 Q
    3939 ;
    40 ZLOAD(ZARY,ROUTINE)      ; load tests into ZARY which is passed by reference
     40ZLOAD(ZARY,ROUTINE)          ; load tests into ZARY which is passed by reference
    4141 ; ZARY IS PASSED BY NAME
    4242 ; ZARY = name of the root, closed array format (e.g., "^TMP($J)")
     
    5858 Q
    5959 ;
    60 LOAD(ARY)       ; LOAD A CCR TEMPLATE INTO ARY PASSED BY NAME
     60LOAD(ARY)             ; LOAD A CCR TEMPLATE INTO ARY PASSED BY NAME
    6161 D ZLOAD(ARY,"C0CCCR0")
    6262 ; ZWR @ARY
Note: See TracChangeset for help on using the changeset viewer.