Skip to content

Commit

Permalink
Re #4303 add refl to list of instruments
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet committed Jan 19, 2012
1 parent dd763d7 commit 5d4f0e9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
from hfir_interface_dev import HFIRInterface
from eqsans_interface_dev import EQSANSInterface
from example_interface import ExampleInterface
from reflectometer_l_interface_dev import REFLInterface

INSTRUMENT_DICT = {"HFIR": {"BIOSANS": HFIRInterface,
"GPSANS": HFIRInterface},
"SNS": {"EQSANS": EQSANSInterface,
"REFL": REFLInterface,
"Example": ExampleInterface}
}

Expand Down

0 comments on commit 5d4f0e9

Please sign in to comment.