Skip to content

Commit 22b3bca

Browse files
changes
Don't quite remember the details...
1 parent de326c1 commit 22b3bca

File tree

3 files changed

+659
-1
lines changed

3 files changed

+659
-1
lines changed

Sputter-Calculator/yama.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h2>Sputter plots</h2>
6565
/*add material data*/
6666
function add_mat(name,M,Z,Us,R0,Q)
6767
{
68-
var mat ={name,M,Z,Us,R0,Q};
68+
var mat ={name:name,M:M,Z:Z,Us:Us,R0:R0,Q:Q};
6969
materials[name]=mat;
7070
}
7171
/*adds a row to the inputs table*/

0 commit comments

Comments
 (0)