diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-26 14:29:55 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-26 14:29:55 (GMT) |
| commit | a1d98ffc31fc47e4cedf495a4a9edf27f86a452c (patch) | |
| tree | 8924e75cb6f10ab55d10f6e954d081e330f84215 /src/simulation | |
| parent | 6d6b0dfa9fea6f0a0f23685d883125c9dcb01eb9 (diff) | |
| download | powder-a1d98ffc31fc47e4cedf495a4a9edf27f86a452c.zip powder-a1d98ffc31fc47e4cedf495a4a9edf27f86a452c.tar.gz | |
Fix BVBR for generate.py
Diffstat (limited to 'src/simulation')
| -rw-r--r-- | src/simulation/elements/BVBR.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/BVBR.cpp b/src/simulation/elements/BVBR.cpp index 647ff9b..994027e 100644 --- a/src/simulation/elements/BVBR.cpp +++ b/src/simulation/elements/BVBR.cpp @@ -1,5 +1,5 @@ #include "simulation/Elements.h" -//#TPT-Directive ElementClass Element_BVBR PT_BVBR +//#TPT-Directive ElementClass Element_BVBR PT_BVBR 166 Element_BVBR::Element_BVBR() { Identifier = "DEFAULT_PT_BVBR"; |
