Unverified Commit ae435536 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

use index style variables instead of equal style variable to allow overriding them

parent 5e238b2c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2,10 +2,10 @@
 
# Definition of SNAP+ZBL potential.

variable zblcutinner equal 4
variable zblcutouter equal 4.2
variable zblz1 equal 49
variable zblz2 equal 15
variable zblcutinner index 4
variable zblcutouter index 4.2
variable zblz1 index 49
variable zblz2 index 15

# Specify hybrid with SNAP and ZBL

+19 −19

File changed.

Contains only whitespace changes.