Branch: rosetta:commits 「revision: №20424」
Test: linux.gcc.cxx11thread.serialization.code_quality.serialization
SubTest: protocols_simple_moves_GunnCost.cc
SubTest files: 「file-system-view」
Daemon: nobu-1    
State: protocols_simple_moves_GunnCost.cc

Processing file src/protocols/simple_moves/GunnCost.cc: In file included from /home/benchmark/rosetta/source/src/protocols/simple_moves/GunnCost.cc:33: /home/benchmark/rosetta/source/src/numeric/trig.functions.hh:77:108: error: no member named 'sin_cos_range_tolerance' in namespace 'basic::options::OptionKeys::run' in_sin_cos_range( T const & x, T const & tol = T( basic::options::option[ basic::options::OptionKeys::run::sin_cos_range_tolerance ] ) ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /home/benchmark/rosetta/source/src/numeric/trig.functions.hh:98:105: error: no member named 'sin_cos_range_tolerance' in namespace 'basic::options::OptionKeys::run' sin_cos_range( T const & x, T const & tol = T( basic::options::option[ basic::options::OptionKeys::run::sin_cos_range_tolerance ] ) ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /home/benchmark/rosetta/source/src/numeric/trig.functions.hh:118:64: error: no member named 'keep_beyond_sin_cos_range' in namespace 'basic::options::OptionKeys::run' if (basic::options::option[ basic::options::OptionKeys::run::keep_beyond_sin_cos_range ]) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /home/benchmark/rosetta/source/src/protocols/simple_moves/GunnCost.cc:171:23: error: no matching function for call to 'sin_cos_range' data.q3 = std::acos( numeric::sin_cos_range( data.q3 ) ); ^~~~~~~~~~~~~~~~~~~~~~ /home/benchmark/rosetta/source/src/protocols/simple_moves/GunnCost.cc:172:23: error: no matching function for call to 'sin_cos_range' data.q4 = std::acos( numeric::sin_cos_range( dot_product( y1, R ) / ( std::sqrt( 1-data.q1 * data.q1 ) + .0001 ) ) ); ^~~~~~~~~~~~~~~~~~~~~~ /home/benchmark/rosetta/source/src/protocols/simple_moves/GunnCost.cc:173:23: error: no matching function for call to 'sin_cos_range' data.q5 = std::acos( numeric::sin_cos_range( dot_product( y2, R ) / ( std::sqrt( 1-data.q2 * data.q2 ) + .0001 ) ) ); ^~~~~~~~~~~~~~~~~~~~~~ 6 errors generated. Error while processing /home/benchmark/rosetta/source/src/protocols/simple_moves/GunnCost.cc.