Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 678e18d6 authored by frey_m's avatar frey_m
Browse files

add doxygen documentation

parent e7250d87
No related branches found
No related tags found
1 merge request!16Merge AMR fork into OPAL/master
......@@ -24,7 +24,11 @@ typedef Array<std::unique_ptr<MultiFab> > container_t;
typedef PArray<MultiFab> container_t;
#endif
/*!
* @param scalfield to write
* @param filename to be written to
* @param step of the file
*/
inline void writeScalarField(const container_t& scalfield, std::string filename, int step)
{
#ifdef UNIQUE_PTR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment