Skip to content

Commit

Permalink
Added Doxygen comment block above main.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Blomquist committed Dec 9, 2024
1 parent 3aa345e commit ce3d3da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions exec/reactDiff/WriteSFToASCII/WriteSFToASCII.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ static void PrintUsage (const char* progName)
exit(1);
}


/**
* \brief A basic utility to convert SF plotfiles to ASCII (x,y) scatter.
*
* \param[in] input_plt_file input plotfile.
* \param[in] output_ASCII_file output file name for the ASCII data.
* \param[in] n_bins number of bins for the data (if n_bins = 0, raw data is printed).
*/
int main (int argc, char* argv[]) {

amrex::Initialize(argc,argv);
Expand Down

0 comments on commit ce3d3da

Please sign in to comment.