Include chemical formula in output files from the fortran code and optimize Javascript code to use a const object rather than multiple functions.
This commit is contained in:
@@ -1,2 +1 @@
|
||||
- Include chemical fomula in input file and use it for output files
|
||||
- Increase the number of elements acceptable for each layer, currently up to 5
|
||||
|
||||
+877
-637
File diff suppressed because it is too large
Load Diff
+13
-6
@@ -8,7 +8,10 @@
|
||||
"package": "electron-forge package",
|
||||
"make": "electron-forge make"
|
||||
},
|
||||
"keywords": ["TRIM","SRIM"],
|
||||
"keywords": [
|
||||
"TRIM",
|
||||
"SRIM"
|
||||
],
|
||||
"author": "Zaher Salman",
|
||||
"license": "GPL2",
|
||||
"devDependencies": {
|
||||
@@ -20,17 +23,21 @@
|
||||
"electron": "^11.2.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"child_process": "^1.0.2",
|
||||
"electron-squirrel-startup": "^1.0.0",
|
||||
"fs": "^0.0.1-security",
|
||||
"plotly.js-dist": "^1.58.4"
|
||||
},
|
||||
"config": {
|
||||
"forge": {
|
||||
"packagerConfig": {
|
||||
"icon": "appicons/icons/png/1024x1024.png",
|
||||
"ignore" : ["Readme.md",
|
||||
"ToDo.txt",
|
||||
"TrimSP.cfg",
|
||||
"fortran/*"]
|
||||
"icon": "appicons/icons/png/1024x1024.png",
|
||||
"ignore": [
|
||||
"Readme.md",
|
||||
"ToDo.txt",
|
||||
"TrimSP.cfg",
|
||||
"fortran/*"
|
||||
]
|
||||
},
|
||||
"makers": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user