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

Revisions №56535

branch: master 「№56535」
Commited by: sboyken
GitHub commit link: 「d32256199abeda3e」
Difference from previous tested commit:  code diff
Commit date: 2014-03-17 22:20:09

Fixing clang/Xcode compiler linking error; clang/Xcode should now build fine To have things link properly in Xcode, I had to add the following include to protocols/outputter/SilentFileOutputter.cc: #include <core/io/silent/ProteinSilentStruct.tmpl.hh> //sboyken, 03/17/14 needed for proper linking in Xcode # ---------------------------------------- No changes to integration/unit tests This commit should fix linking errors for clang/Xcode that some have mentioned recently

...