IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2007, 4:26:06 PM (19 years ago)
Author:
jhoblitt
Message:

filename rename form pXtool -> [foo]tool

perl -pi -e 's/p0/reg/g' *.[ch]
perl -pi -e 's/p1/guide/g' *.[ch]
perl -pi -e 's/p2/chip/g' *.[ch]
perl -pi -e 's/p3/cam/g' *.[ch]
perl -pi -e 's/p4/warp/g' *.[ch]
perl -pi -e 's/p5/diff/g' *.[ch]
perl -pi -e 's/p6/stack/g' *.[ch]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/guidetool.c

    r12024 r12025  
    11/*
    2  * p1tool.c
     2 * guidetool.c
    33 *
    44 * Copyright (C) 2006  Joshua Hoblitt
     
    2525
    2626#include "pxtools.h"
    27 #include "p1tool.h"
     27#include "guidetool.h"
    2828
    2929static bool pendingMode(pxConfig *config);
Note: See TracChangeset for help on using the changeset viewer.