examples/SConscript
author Dmitriy Morozov <morozov@cs.duke.edu>
Wed, 24 Jan 2007 17:50:45 -0500 (2007-01-24)
changeset 14 d68c28a18f37
parent 8 7b688bc77e86
permissions -rw-r--r--
Added computation of PDBDistanceGrid for all atoms of the backbone (not just alpha-carbons)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
     1
Import('*')
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
     2
5
ee9052408c40 Switched to a new architecture (Vineyard is a visitor for Filtration),
Dmitriy Morozov <morozov@cs.duke.edu>
parents: 0
diff changeset
     3
SConscript				(['triangle/SConscript',
8
7b688bc77e86 Added examples/alphashapes
Dmitriy Morozov <morozov@cs.duke.edu>
parents: 5
diff changeset
     4
						  'alphashapes/SConscript',
5
ee9052408c40 Switched to a new architecture (Vineyard is a visitor for Filtration),
Dmitriy Morozov <morozov@cs.duke.edu>
parents: 0
diff changeset
     5
						  'grid/SConscript'],
0
d95020656286 Initial conversion to Dionysus architecture
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
     6
						 exports=['env', 'external_sources'])