Ignore:
Timestamp:
10/15/10 11:37:36 (15 years ago)
Author:
Mathieu Morlighem
Message:

renamed VerbosityLevels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk/src/c/shared/Numerics/Synchronize.sh

    r6314 r6317  
    77
    88#Get all lines of Verbosity.cpp
    9 cat Verbosity.h |  grep "bool Verb" | awk '{print $2}' | sed -e "s/(/ /" | awk '{print $1}' | awk '{ printf "%s %s\n", NR, $0 }' >temp
     9cat Verbosity.h |  grep "bool Verbose" | awk '{print $2}' | sed -e "s/(/ /" | awk '{print $1}' | awk '{ printf "%s %s\n", NR, $0 }' >temp
    1010#Build header of Verbosity.cpp {{{1
    1111cat <<END > Verbosity.cpp
     
    4646        #Get name of the line i
    4747        FILENAME=$(cat temp | grep "^[ ]*$i " | awk '{printf("%s",$2);}');
    48         LEVELNAME=$(echo $FILENAME | sed -e "s/Verb//g");
     48        LEVELNAME=$(echo $FILENAME | sed -e "s/Verbose//g");
    4949
    5050        let POWER=$i-1
Note: See TracChangeset for help on using the changeset viewer.