File: table.mx3

package info (click to toggle)
mumax3 3.11.1-1
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 10,668 kB
  • sloc: makefile: 194; ansic: 155; sh: 86; javascript: 16
file content (14 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
	Test adding user-defined variable to table.
*/

setmesh(2, 1, 1, 1, 1, 1, 0, 0, 0)

f := 0
tableAddVar(f, "f", "Hz")

tableSave()
f = 1
tableSave()
f = 2
tableSave()