-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed SConstruct, added SConscript for PSC_TW and PS_E_calib
- Loading branch information
Alex Barnes
committed
Dec 8, 2015
1 parent
e2f1aff
commit 18881ab
Showing
5 changed files
with
25 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
|
||
import sbms | ||
|
||
# get env object and clone it | ||
Import('*') | ||
env = env.Clone() | ||
|
||
sbms.AddDANA(env) | ||
sbms.plugin(env) | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
|
||
import sbms | ||
|
||
# get env object and clone it | ||
Import('*') | ||
env = env.Clone() | ||
|
||
sbms.AddDANA(env) | ||
sbms.plugin(env) | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters