File: meep-ctl.hpp

package info (click to toggle)
meep-openmpi 1.25.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 64,556 kB
  • sloc: cpp: 32,214; python: 27,958; lisp: 1,225; makefile: 505; sh: 249; ansic: 131; javascript: 5
file content (20 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// -*- C++ -*-
#ifndef MEEP_CTL_H
#define MEEP_CTL_H

#include "meep.hpp"

#include "meep-ctl-const.hpp"

#include "config.h"
#include "ctl-io.h"

#include "meep-ctl-swig.hpp"

extern int verbose; // in main.c

/***************************************************************************/

#define CK(ex, msg) (void)((ex) || (meep::abort(msg), 0))

#endif /* MEEP_CTL_H */