「view this page in B3 βῆτα server」

Revisions №58747

branch: master 「№58747」
Commited by: Rebecca Alford
GitHub commit link: 「0b8a36b16c340da0」 「№1407」
Difference from previous tested commit:  code diff
Commit date: 2016-06-20 08:53:26

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.

...