AMReX-Codes / Amrvis

Amrvis is a visualization package specifically designed to read and display output and profiling data from codes built on the AMReX framework.
https://amrex-codes.github.io/amrex/docs_html/Visualization.html
16 stars 16 forks source link

Fix ProfApp: Implicit amrex:: #16

Closed ax3l closed 2 years ago

ax3l commented 2 years ago

The file ProfApp.cpp implicitly assumes the amrex:: namespace is used in multiple locations. This makes it available to fix multiple compliation errors in 2D with profiling on Ubuntu with GCC.