Skip to content

Commit

Permalink
Update date stamps
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Oct 31, 2024
1 parent 8fe39f1 commit 52bb256
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 31 deletions.
6 changes: 3 additions & 3 deletions core/src/ParaGridIO.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* @file ParaGridIO.cpp
* @file ParaGridIO.cpp
*
* @date Oct 24, 2022
* @author Tim Spain <[email protected]>
* @date 31 Oct 2024
* @author Tim Spain <[email protected]>
*/
#ifndef USE_XIOS
#include "include/ParaGridIO.hpp"
Expand Down
6 changes: 3 additions & 3 deletions core/src/ParaGridIO_Xios.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* @file ParaGridIO_Xios.cpp
* @file ParaGridIO_Xios.cpp
*
* @date 27 Aug, 2024
* @author Joe Wallwork <[email protected]>
* @date 31 Oct 2024
* @author Joe Wallwork <[email protected]>
*/
#ifdef USE_XIOS
#include "include/ParaGridIO_Xios.hpp"
Expand Down
8 changes: 4 additions & 4 deletions core/src/StructureFactory.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*!
* @file StructureFactory.cpp
* @file StructureFactory.cpp
*
* @date Jan 18, 2022
* @author Tim Spain <[email protected]>
* @author Kacper Kornet <[email protected]>
* @date 31 Oct 2024
* @author Tim Spain <[email protected]>
* @author Kacper Kornet <[email protected]>
*/
#include "include/StructureFactory.hpp"

Expand Down
6 changes: 3 additions & 3 deletions core/src/include/ParaGridIO.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* @file ParaGridIO.hpp
* @file ParaGridIO.hpp
*
* @date Oct 24, 2022
* @author Tim Spain <[email protected]>
* @date 31 Oct 2024
* @author Tim Spain <[email protected]>
*/
#ifndef USE_XIOS

Expand Down
6 changes: 3 additions & 3 deletions core/src/include/ParaGridIO_Xios.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* @file ParaGridIO_Xios.hpp
* @file ParaGridIO_Xios.hpp
*
* @date 27 Aug 2024
* @author Joe Wallwork <[email protected]>
* @date 31 Oct 2024
* @author Joe Wallwork <[email protected]>
*/
#ifdef USE_XIOS
#ifndef PARAGRIDIO_HPP
Expand Down
8 changes: 4 additions & 4 deletions core/src/modules/StructureModule/include/ParametricGrid.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*!
* @file ParametricGrid.hpp
* @file ParametricGrid.hpp
*
* @date Oct 24, 2022
* @author Tim Spain <[email protected]>
* @author Kacper Kornet <[email protected]>
* @date 31 Oct 2024
* @author Tim Spain <[email protected]>
* @author Kacper Kornet <[email protected]>
*/

#ifndef PARAMETRICGRID_HPP
Expand Down
8 changes: 4 additions & 4 deletions core/test/ParaGrid_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* @file ParaGrid_test.cpp
* @file ParaGrid_test.cpp
*
* @date 24 Sep 2024
* @author Tim Spain <[email protected]>
* @date 31 Oct 2024
* @author Tim Spain <[email protected]>
*/

#include "ModelArray.hpp"
Expand All @@ -22,9 +22,9 @@
#else
#include "include/ParaGridIO.hpp"
#endif
#include "include/ParametricGrid.hpp"
#include "include/IStructure.hpp"
#include "include/NextsimModule.hpp"
#include "include/ParametricGrid.hpp"
#include "include/gridNames.hpp"

#include <cmath>
Expand Down
2 changes: 1 addition & 1 deletion core/test/XiosRead_test.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* @file XiosRead_test.cpp
* @author Joe Wallwork <[email protected]
* @date 21 August 2024
* @date 31 Oct 2024
* @brief Tests for XIOS read method
* @details
* This test is designed to test the read method of the C++ interface
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* @file ERA5Atmosphere.cpp
* @file ERA5Atmosphere.cpp
*
* @date 24 Sep 2024
* @author Tim Spain <[email protected]>
* @date 31 Oct 2024
* @author Tim Spain <[email protected]>
*/

#include "include/ERA5Atmosphere.hpp"
Expand Down
6 changes: 3 additions & 3 deletions physics/src/modules/OceanBoundaryModule/TOPAZOcean.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* @file TOPAZOcean.cpp
* @file TOPAZOcean.cpp
*
* @date 24 Sep 2024
* @author Tim Spain <[email protected]>
* @date 31 Oct 2024
* @author Tim Spain <[email protected]>
*/

#include "include/TOPAZOcean.hpp"
Expand Down

0 comments on commit 52bb256

Please sign in to comment.