Skip to content

Commit 7aa8ae5

Browse files
committed
clang-format
1 parent b422384 commit 7aa8ae5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/mam4xx/modal_aer_opt.hpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,9 @@ set_complex_views_modal_aero(AerosolOpticsDeviceData &aersol_optics_data) {
138138
} // set_complex_views_modal_aero
139139

140140
// reshape specrefindex and copy to device
141-
inline void
142-
set_device_specrefindex(const ComplexView2D specrefindex[ntot_amode],
143-
const std::string &wave_type,
144-
const ComplexView2D::host_mirror_type &specrefndx_host) {
141+
inline void set_device_specrefindex(
142+
const ComplexView2D specrefindex[ntot_amode], const std::string &wave_type,
143+
const ComplexView2D::host_mirror_type &specrefndx_host) {
145144

146145
std::string view_name;
147146
int nbands = 0;
@@ -158,7 +157,8 @@ set_device_specrefindex(const ComplexView2D specrefindex[ntot_amode],
158157
exit(1);
159158
} // end wave_type
160159

161-
ComplexView2D::host_mirror_type specrefindex_host(view_name, max_nspec, nbands);
160+
ComplexView2D::host_mirror_type specrefindex_host(view_name, max_nspec,
161+
nbands);
162162

163163
int nspec_amode[ntot_amode];
164164
int lspectype_amode[ndrop::maxd_aspectype][ntot_amode];

0 commit comments

Comments
 (0)