--- trunk/tcProps/tcProps.c 2004/02/20 17:52:57 1061 +++ trunk/tcProps/tcProps.c 2004/02/20 21:20:37 1062 @@ -46,7 +46,7 @@ int main( int argC, char *argV[] ){ int scdCorr; double startTime; double maxLength; - int directorHead; + int directorHead, directorWhole; // system initialization @@ -65,6 +65,7 @@ int main( int argC, char *argV[] ){ scdCorr = 0; startTime = 0.0; directorHead = 0; + directorWhole = 0; // parse the command line @@ -308,7 +309,13 @@ int main( int argC, char *argV[] ){ directorHead = 1; break; + case 'w': + // -h turn on director head + directorWhole = 1; + break; + + default: fprintf( stderr, @@ -356,50 +363,71 @@ int main( int argC, char *argV[] ){ for(i=0;i set the maximum value of r\n" " *Defaults to 1/2 smallest length of first frame.\n" " -s Calculate the Scd chain correlation.\n" + " -h Calculate the directors for the head groups\n" + " -w Calculate the director fro the bilayers\n" "\n" " long:\n" " -----\n"