source: codes/icosagcm/devel/Python/dev/libs.py @ 985

Last change on this file since 985 was 825, checked in by dubos, 5 years ago

devel/Python : moved Fortran bindings and *.pyx to dynamico/dev module + necessary changes to test/py/*.py

File size: 111 bytes
Line 
1from ctypes import cdll
2libxios ,libicosa = [ cdll.LoadLibrary(name) for name in 'libxios.so', 'libicosa.so' ]
Note: See TracBrowser for help on using the repository browser.