Block-Structured AMR Software Framework
verbosity.h
Go to the documentation of this file.
1 #ifndef VERBOSITY_H
2 #define VERBOSITY_H
3 
4 // This provides a wrapper for amrex::Verbosity() to control the level of SWFFT output.
5 
6 #ifdef __cplusplus
7 extern "C"
8 #endif
9 int verbosity ();
10 
11 #endif
int verbosity()
Definition: verbosity.cpp:4