Skip to content
Snippets Groups Projects
Commit 7cd6eb14 authored by mooney's avatar mooney
Browse files

Use macro, instead of modified dbLoadRecords command

parent d7aa2040
No related branches found
No related tags found
No related merge requests found
...@@ -5,5 +5,5 @@ AIMConfig("AIM2/2", 0x98d, 2, 4000, 4, 1, "ei0", 100) ...@@ -5,5 +5,5 @@ AIMConfig("AIM2/2", 0x98d, 2, 4000, 4, 1, "ei0", 100)
AIMConfig("AIM3/1", 0x98b, 1, 4000, 4, 1, "ei0", 100) AIMConfig("AIM3/1", 0x98b, 1, 4000, 4, 1, "ei0", 100)
AIMConfig("AIM3/2", 0x903, 2, 4000, 4, 1, "ei0", 100) AIMConfig("AIM3/2", 0x903, 2, 4000, 4, 1, "ei0", 100)
dbLoadRecords("mcaApp/Db/13element.db","P=xxx:med:,N=2000", mca) dbLoadRecords("$(MCA)/mcaApp/Db/13element.db","P=xxx:med:,N=2000")
dbLoadTemplate("13element.substitutions", mca) dbLoadTemplate("13element.substitutions")
...@@ -4,5 +4,5 @@ AIMConfig("AIM1/1", 0xa78, 1, 2048, 1, 1, "ei0", 100) ...@@ -4,5 +4,5 @@ AIMConfig("AIM1/1", 0xa78, 1, 2048, 1, 1, "ei0", 100)
AIMConfig("AIM1/2", 0xa78, 2, 2048, 1, 1, "ei0", 100) AIMConfig("AIM1/2", 0xa78, 2, 2048, 1, 1, "ei0", 100)
AIMConfig("AIM2/1", 0xa79, 1, 2048, 1, 1, "ei0", 100) AIMConfig("AIM2/1", 0xa79, 1, 2048, 1, 1, "ei0", 100)
dbLoadRecords("mcaApp/Db/3element.db","P=xxx:med:,N=2000", mca) dbLoadRecords("$(MCA)/mcaApp/Db/3element.db","P=xxx:med:,N=2000")
dbLoadTemplate("3element.substitutions", mca) dbLoadTemplate("3element.substitutions")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment