Changes in / [d247047:8e960b0] in sasmodels


Ignore:
Files:
2 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • doc/ref/index.rst

    r1875f4e r0c1e5a9  
    99   intro.rst 
    1010   refs.rst 
    11    compilation.rst 
     11   gpu_computations.rst 
    1212   magnetism/magnetism.rst 
  • sasmodels/kerneldll.py

    r3764ec1 r57b0148  
    259259        # Note: if there is a syntax error then compile raises an error 
    260260        # and the source file will not be deleted. 
    261         os.unlink(filename) 
    262         #print("saving compiled file in %r"%filename) 
     261        #os.unlink(filename) 
     262        print("saving compiled file in %r"%filename) 
    263263    return dll 
    264264 
     
    301301    def _load_dll(self): 
    302302        # type: () -> None 
    303         #print("dll", self.dllpath) 
     303        print("dll", self.dllpath) 
    304304        try: 
    305305            self._dll = ct.CDLL(self.dllpath) 
Note: See TracChangeset for help on using the changeset viewer.