Skip to content

Commit

Permalink
fixup: hdf5 example naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld authored and streeve committed Jan 12, 2024
1 parent 85482d8 commit cef2ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/core_tutorial/13_hdf5_output/hdf5_output_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//---------------------------------------------------------------------------//
// HDF5 output example
//---------------------------------------------------------------------------//
void hdf5_output()
void hdf5Output()
{
/*
HDF5 is a parallel file format for large datasets. In this example, we
Expand Down Expand Up @@ -157,7 +157,7 @@ int main( int argc, char* argv[] )
MPI_Init( &argc, &argv );
Kokkos::initialize( argc, argv );

hdf5_output();
hdf5Output();

Kokkos::finalize();

Expand Down

0 comments on commit cef2ec8

Please sign in to comment.