-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Remove authors, email from file headers, some cleanup to cpp f…
…ile header (#695) * chore: Removes authors, email from file headers Cleans up file headers to be consistent with use of @file, @brief, @details, and @copyright for every file in inst/include and notes TODO: for things that need actual documentation instead of just a place holder. There are lots of TODOs :) Co-authored-by: Jane Sullivan <[email protected]> Co-authored-by: Ian Taylor <[email protected]> Co-authored-by: Kathryn Doering <[email protected]> Co-authored-by: kellijohnson-NOAA <[email protected]>
- Loading branch information
1 parent
6bf52e8
commit bc2404d
Showing
46 changed files
with
421 additions
and
407 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,10 @@ | ||
/* | ||
* File: data_object.hpp | ||
* | ||
* Author: Matthew Supernaw | ||
* National Oceanic and Atmospheric Administration | ||
* National Marine Fisheries Service | ||
* Email: [email protected], [email protected] | ||
* | ||
* Created on March 24, 2022, 2:37 PM | ||
* | ||
* This File is part of the NOAA, National Marine Fisheries Service | ||
* Fisheries Integrated Modeling System project. | ||
* | ||
* This software is a "United States Government Work" under the terms of the | ||
* United States Copyright Act. It was written as part of the author's official | ||
* duties as a United States Government employee and thus cannot be copyrighted. | ||
* This software is freely available to the public for use. The National Oceanic | ||
* And Atmospheric Administration and the U.S. Government have not placed any | ||
* restriction on its use or reproduction. Although all reasonable efforts have | ||
* been taken to ensure the accuracy and reliability of the software and data, | ||
* the National Oceanic And Atmospheric Administration and the U.S. Government | ||
* do not and cannot warrant the performance or results that may be obtained by | ||
* using this software or data. The National Oceanic And Atmospheric | ||
* Administration and the U.S. Government disclaim all warranties, express or | ||
* implied, including warranties of performance, merchantability or fitness | ||
* for any particular purpose. | ||
* | ||
* Please cite the author(s) in any work or product based on this material. | ||
* | ||
/** | ||
* @file data_object.hpp | ||
* @brief TODO: provide a brief description. | ||
* @copyright This file is part of the NOAA, National Marine Fisheries Service | ||
* Fisheries Integrated Modeling System project. See LICENSE in the source | ||
* folder for reuse information. | ||
*/ | ||
|
||
#ifndef FIMS_COMMON_DATA_OBJECT_HPP | ||
#define FIMS_COMMON_DATA_OBJECT_HPP | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
/* | ||
* File: model.hpp | ||
* | ||
* Author: Matthew Supernaw, Andrea Havron | ||
* National Oceanic and Atmospheric Administration | ||
* National Marine Fisheries Service | ||
* Email: [email protected], [email protected] | ||
* | ||
* Created on September 30, 2021, 1:08 PM | ||
* | ||
* This File is part of the NOAA, National Marine Fisheries Service | ||
* Fisheries Integrated Modeling System project. See LICENSE in the | ||
* source folder for reuse information. | ||
* | ||
/** | ||
* @file model.hpp | ||
* @brief TODO: provide a brief description. | ||
* @copyright This file is part of the NOAA, National Marine Fisheries Service | ||
* Fisheries Integrated Modeling System project. See LICENSE in the source | ||
* folder for reuse information. | ||
*/ | ||
#ifndef FIMS_COMMON_MODEL_HPP | ||
#define FIMS_COMMON_MODEL_HPP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 8 additions & 11 deletions
19
inst/include/distributions/functors/density_components_base.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.