Skip to content

Commit

Permalink
clang-format-16 on new files
Browse files Browse the repository at this point in the history
Fix license file headers

Fix typo with T1->T
  • Loading branch information
williamfgc committed Oct 27, 2023
1 parent c852136 commit a9c510b
Show file tree
Hide file tree
Showing 110 changed files with 23,044 additions and 25,589 deletions.
2 changes: 1 addition & 1 deletion src/Containers/OhmmsSoA/VectorSoaContainer.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ struct VectorSoaContainer
*/
void copyOut(Vector<TinyVector<T, D>>& out) const
{
PosSoA2AoS(nLocal, D, myData, nGhosts, reinterpret_cast<T1*>(out.first_address()), D);
PosSoA2AoS(nLocal, D, myData, nGhosts, reinterpret_cast<T*>(out.first_address()), D);
}

/** return TinyVector<T,D>
Expand Down
Loading

0 comments on commit a9c510b

Please sign in to comment.