Changeset 73bc6b


Ignore:
Timestamp:
Jun 22, 2008, 1:27:11 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
cccac6
Parents:
bd3839
Message:

printing 'final torus radius' on last message to be distinguishable from the rest (e.g. in a grep for the torus diameter)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • util/src/NanoCreator.c

    rbd3839 r73bc6b  
    12111211    angle = 0.;
    12121212  fprintf(stdout, "The absolute alignment rotation angle then is %lg %lg\n", angle/M_PI*180., Tubevector[axis[0]][0]/Norm(Tubevector[axis[0]]));
    1213   fprintf(stdout, "\nThe chiral angle then is %5.5f degrees with tube radius %5.5f A and length %5.5f A, i.e. torus radius of %5.5f A.\n",
     1213  fprintf(stdout, "\nThe chiral angle then is %5.5f degrees with tube radius %5.5f A and length %5.5f A, i.e. final torus radius of %5.5f A.\n",
    12141214    acos(Projection(Vector[axis[0]], Tubevector[axis[0]]))/M_PI*180.,
    12151215    (double)factors[0]*Norm(Tubevector[axis[0]])/(2.*M_PI),
Note: See TracChangeset for help on using the changeset viewer.