Skip to content

Commit

Permalink
src/bin/libint/dg.cc
Browse files Browse the repository at this point in the history
src/bin/libint/intset_to_ints.h
src/bin/libint/uncontract.h
  • Loading branch information
e-kwsm committed Oct 31, 2023
1 parent d6cac82 commit d6402ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/bin/libint/dg.cc
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ namespace {
} // end of while
return symb;
}
};
}

//
// Handles "trivial" nodes. A node is trivial is it satisfies the following conditions:
Expand Down Expand Up @@ -1038,7 +1038,7 @@ namespace {
}
return result;
}
};
}

//
//
Expand Down Expand Up @@ -2337,7 +2337,7 @@ namespace libint2 {
}
};
#endif
};
}

bool
nonunrolled_targets(const DirectedGraph::targets& targets) {
Expand Down
4 changes: 2 additions & 2 deletions src/bin/libint/intset_to_ints.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ namespace libint2 {
// Set children pointers
for(siter.init(); siter; ++siter)
children_.push_back(siter.elem());
};
}

template <class I>
SafePtr<typename I::iter_type>
IntegralSet_to_Integrals<I>::child(unsigned int i) const
{
return children_.at(i);
};
}


}
Expand Down
4 changes: 2 additions & 2 deletions src/bin/libint/uncontract.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,14 @@ namespace libint2 {
oper_unc);
children_.push_back(c);
}
};
}

template <class I>
SafePtr<typename Uncontract_Integral<I>::ChildType>
Uncontract_Integral<I>::child(unsigned int i) const
{
return children_.at(i);
};
}

template <class I>
std::string
Expand Down

0 comments on commit d6402ed

Please sign in to comment.