Skip to content

Commit

Permalink
Reverted LES.cpp, fixed exe in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dmontgomeryNREL committed Jul 22, 2024
1 parent 24d4a02 commit a7ea2a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Source/LES.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ PeleC::getSmagorinskyLESTerm(
reflux_factor, LESTerm, dt, mfi, typ,
{AMREX_D_DECL(&flux_ec[0], &flux_ec[1], &flux_ec[2])});
} // End of MFIter scope
} // End of OMP scope
} // End of OMP scope
#endif
}

Expand Down Expand Up @@ -711,7 +711,7 @@ PeleC::getWALELESTerm(
reflux_factor, LESTerm, dt, mfi, typ,
{AMREX_D_DECL(&flux_ec[0], &flux_ec[1], &flux_ec[2])});
} // End of MFIter scope
} // End of OMP scope
} // End of OMP scope
#endif
}

Expand Down Expand Up @@ -817,6 +817,6 @@ PeleC::getVremanLESTerm(
reflux_factor, LESTerm, dt, mfi, typ,
{AMREX_D_DECL(&flux_ec[0], &flux_ec[1], &flux_ec[2])});
} // End of MFIter scope
} // End of OMP scope
} // End of OMP scope
#endif
}
2 changes: 1 addition & 1 deletion Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ add_test_r(eb-c10 EB-C10)
add_test_rv(eb-c11 EB-C11)
add_test_rv(eb-c12 EB-C12)
if(PELE_DIM EQUAL 2)
add_test_r(EB-FlowPastCylinder EB-FlowPastCylinder)
add_test_r(EB-FlowPastCylinder-Re500 EB-FlowPastCylinder)
endif()
# add_test_r(eb-c14 EB-C14) # disable due to FPE in ghost cells
add_test_r(eb-converging-nozzle EB-ConvergingNozzle)
Expand Down

0 comments on commit a7ea2a7

Please sign in to comment.