Skip to content

Commit

Permalink
Update qs_vms_dem_coupled.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenzorrilla authored Dec 13, 2024
1 parent 51a8836 commit ad0a2a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

// Aplication includes
#include "qs_vms_dem_coupled.h"
#include "custom_elements/data_containers/qs_vms_dem_coupled/qs_vms_dem_coupled_data.h"
#include "data_containers/qs_vms_dem_coupled/qs_vms_dem_coupled_data.h"
#include "custom_utilities/fluid_element_utilities.h"
#include "fluid_dynamics_application_variables.h"

Expand Down Expand Up @@ -1124,4 +1124,4 @@ template class QSVMSDEMCoupled< QSVMSDEMCoupledData<2,9> >;

template class QSVMSDEMCoupled< QSVMSDEMCoupledData<3,8> >;
template class QSVMSDEMCoupled< QSVMSDEMCoupledData<3,27> >;
}
}

0 comments on commit ad0a2a6

Please sign in to comment.