Добавил вывод информации о двугранных углах
authorГорелов Сергей Васильевич <gorelov_sv@pnpi.nrcki.ru>
Mon, 3 Oct 2022 09:07:21 +0000 (12:07 +0300)
committerГорелов Сергей Васильевич <gorelov_sv@pnpi.nrcki.ru>
Mon, 3 Oct 2022 09:07:21 +0000 (12:07 +0300)
src/dssptools.cpp

index 62f86953f36886743bfa7f3f8594b44fe03c7a6a..ef2e921c6810919368a3f3cc64b89c5882f24d04 100644 (file)
@@ -805,6 +805,8 @@ void DsspTool::calculateDihedrals(const t_trxframe &fr, const t_pbc *pbc){
                                         fr,
                                         pbc);
 //        std::cout << "For " << i << " phi = " << phi[i] << ", psi = " << psi[i] << std::endl;
+        std::cout << "phi[" << i << "] = " << phi[i] << std::endl;
+        std::cout << "psi[" << i << "] = " << psi[i] << std::endl;
     }
 
     for (std::size_t i = 1; i + 3 < IndexMap.size(); ++i){