File: voro%2B%2B.cc

package info (click to toggle)
ovito 2.8.1%2Bdfsg2-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 79,608 kB
  • ctags: 28,850
  • sloc: cpp: 118,610; xml: 82,684; ansic: 14,436; python: 2,874; makefile: 461; perl: 232; sh: 19
file content (19 lines) | stat: -rw-r--r-- 483 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
// Voro++, a 3D cell-based Voronoi library
//
// Author   : Chris H. Rycroft (LBL / UC Berkeley)
// Email    : chr@alum.mit.edu
// Date     : August 30th 2011

/** \file voro++.cc
 * \brief A file that loads all of the function implementation files. */

#include "cell.cc"
#include "common.cc"
#include "v_base.cc"
#include "container.cc"
#include "unitcell.cc"
#include "container_prd.cc"
#include "pre_container.cc"
#include "v_compute.cc"
#include "c_loops.cc"
#include "wall.cc"