Skip to content

Commit

Permalink
remove extraneous changes in file
Browse files Browse the repository at this point in the history
  • Loading branch information
baperry2 committed Oct 24, 2024
1 parent 894a18d commit 75cbe67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/PeleLMeX_Utils.H
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#ifndef PELELM_UTILS_H
#define PELELM_UTILS_H

template <class T>
amrex::Gpu::DeviceVector<T>
convertToDeviceVector(amrex::Vector<T> v)
Expand All @@ -14,5 +13,4 @@ convertToDeviceVector(amrex::Vector<T> v)
#endif
return v_d;
}

#endif

0 comments on commit 75cbe67

Please sign in to comment.