From f8f1ef1bd75e99871dd6eb6056aa9bf0a7e29b9d Mon Sep 17 00:00:00 2001 From: pabloseleson Date: Wed, 8 May 2024 16:58:53 -0400 Subject: [PATCH] Formating changes to thermalDeformationExample --- examples/thermal/thermal_deformation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/thermal/thermal_deformation.cpp b/examples/thermal/thermal_deformation.cpp index 909408ff..24f923b1 100644 --- a/examples/thermal/thermal_deformation.cpp +++ b/examples/thermal/thermal_deformation.cpp @@ -105,7 +105,7 @@ void thermalDeformationExample( const std::string filename ) cabana_pd->run(); } -// Main functions +// Main function int main( int argc, char* argv[] ) { MPI_Init( &argc, &argv );