You are here

what is the F() in rosetta 2.3

2 posts / 0 new
Last post
what is the F() in rosetta 2.3
#1

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!

Post Situation: 
Fri, 2012-06-08 14:44
Lindsay

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.

Sat, 2012-06-09 06:37
smlewis