Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Aug 9, 2023
1 parent ae90311 commit 5ce5a68
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion examples/crack_branching.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

int main( int argc, char* argv[] )
{

MPI_Init( &argc, &argv );

{
Expand Down
1 change: 0 additions & 1 deletion examples/elastic_wave.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

int main( int argc, char* argv[] )
{

MPI_Init( &argc, &argv );

{
Expand Down
1 change: 0 additions & 1 deletion examples/kalthoff_winkler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

int main( int argc, char* argv[] )
{

MPI_Init( &argc, &argv );

{
Expand Down
1 change: 0 additions & 1 deletion src/CabanaPD_Force.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,6 @@ class Force<ExecutionSpace, ForceModel<LinearLPS, Elastic>>
auto energy_full =
KOKKOS_LAMBDA( const int i, const int j, double& Phi )
{

// Do we need to recompute linear_theta_i?

double xi, linear_s;
Expand Down

0 comments on commit 5ce5a68

Please sign in to comment.