what is the F() in rosetta 2.3

Member Site Forums Rosetta++ Rosetta++ – General what is the F() in rosetta 2.3

Viewing 1 reply thread
  • Author
    Posts
    • #1300
      Anonymous

        Dear ALL,
        When I was looking the energy score printed in the make_pdb.cc file, I found there was code like
        iunit << A( 15, "score:" ) << F( 11, 2, score ) << 'n'; What is the F()? Thank you!

      • #7215
        Anonymous

          It’s a string formatter to control things like number of decimal digits and left/right justification. I don’t know exactly what it does. It’s probably in the ObjexxFCL libraries.

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.