mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Point to a different swig+MATLAB repo
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ else:
|
||||
commons = dict(shell = True, stdout = sys.stdout, stderr = sys.stderr)
|
||||
|
||||
if not os.path.exists('swig-matlab'):
|
||||
subprocess.call('git clone https://github.com/KrisThielemans/swig swig-matlab', **commons)
|
||||
subprocess.call('git clone https://github.com/jaeandersson/swig swig-matlab', **commons)
|
||||
else:
|
||||
subprocess.call('git pull', shell = True, cwd = 'swig-matlab', stdout = sys.stdout, stderr = sys.stderr)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user