IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 9, 2004, 9:45:58 AM (22 years ago)
Author:
Paul Price
Message:

Bug change in the configuration file grammar, caught by Josh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r1756 r1757  
    1 %%% $Id: psLibSDRS.tex,v 1.115 2004-09-09 03:46:26 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.116 2004-09-09 19:45:58 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    40984098    'BOOL'
    40994099
    4100 value: float | int | bool | string
    4101 
    4102 vvalue: vector_type vector_sep vvalue | vector_type vector_sep(?)
     4100value: vector_value | string
     4101
     4102vvalue: vector_value vector_sep vvalue | vector_value vector_sep(?)
    41034103
    41044104vector_sep: ','
    41054105
    4106 vector_type: float | int | bool
     4106vector_value: float | int | bool
    41074107
    41084108int: integer_constant
     
    41314131
    41324132octal_constant:
    4133     '0' octal_digit |
     4133    '0' octal_digit(s) |
    41344134    '0'
    41354135   
    41364136hexadecimal_constant:
    4137     /0x/i hex_digit(s)
     4137    hex_prefix hex_digit_sequence
    41384138
    41394139digit:
     
    41754175
    41764176digit_sequence:
    4177     digit(s) |
    4178     digit
     4177    digit(s)
    41794178
    41804179dotted_digits:
Note: See TracChangeset for help on using the changeset viewer.