Ignore:
Timestamp:
04/24/14 17:51:13 (11 years ago)
Author:
dneise
Message:
reverting back to copied headers, because SVN externals do not yet work :-(
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/pyfact/pyfact.py

    r17683 r17690  
    1515# having it in PYTHONPATH is *not* sufficient
    1616gSystem.Load('fits_h.so')
    17 gSystem.Load('extern_Mars_mcore/izstream_h.so')
    18 gSystem.Load('extern_Mars_mcore/zfits_h.so')
    19 gSystem.Load('extern_Mars_mcore/factfits_h.so')
     17gSystem.Load('izstream_h.so')
     18gSystem.Load('zfits_h.so')
     19gSystem.Load('factfits_h.so')
    2020gSystem.Load('calfactfits_h.so')
    2121from ROOT import *
Note: See TracChangeset for help on using the changeset viewer.