Merge pull request #1407 from RosettaCommons/rfalford12/fix-embedding-tr-error
Rfalford12/fix embedding tr error
This pull request tries to squash this error once and for all:
"protocols.membrane.geometry.Embedding: WARNING: Message(s) above was printed in the end instead of proper place because this Tracer object has some contents left in inner buffer when destructor was called. Explicit call Tracer::flush() or end your IO with std::endl to disable this warning."
Removed the offending TR << "\t"; lines from the embedding object. I also added code that calls embedding.show() to the mp_loadtime integration test as a check.