Move (and un-repo) dev org file

This commit is contained in:
Jean-Sébastien
2022-01-05 16:23:09 +01:00
parent d7c421fde5
commit 08c85cf590
3 changed files with 1 additions and 114 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ namespace ABACUS {
return(*this);
}
inline Scan_Info& operator+= (const Scan_Info& ref_info)
inline Scan_Info& operator+= (const Scan_Info& ref_info)
{
if (this != &ref_info) {
sumrule_obtained += ref_info.sumrule_obtained;