Exodus 8.24
Loading...
Searching...
No Matches
exodusII_par.h
Go to the documentation of this file.
1/*
2 * Copyright(C) 1999-2020, 2022 National Technology & Engineering Solutions
3 * of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
4 * NTESS, the U.S. Government retains certain rights in this software.
5 *
6 * See packages/seacas/LICENSE for details
7 */
8/*
9 * NOTE: Contents of this include file have been moved to exodusII.h
10 * Retained here just for backward compatibility
11 */
12#pragma once
13
14#include "exodusII.h"
15
16#if !defined(PARALLEL_AWARE_EXODUS)
17#error "Parallel-aware exodusII_par.h included in non-parallel context"
18#endif