IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2005, 11:55:33 AM (21 years ago)
Author:
jhoblitt
Message:

add const to params where appropriate
tt cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/pop_h.tt

    r4163 r4196  
    1111[% FOREACH item = columns -%]
    1212[% IF i == 0 %][% i = 1 %][% ELSE %],[% END %]
     13[% IF item.type == "STR" -%]
     14    [% indented("char", "**$item.name") -%]
     15[% ELSE -%]
    1316    [% indented("$item.ctype", "*$item.name") -%]
    14 [% i = i + 1 -%]
     17[% END -%]
    1518[% END %]
    1619);
Note: See TracChangeset for help on using the changeset viewer.