Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
biofysica
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Marc van Wanrooij
biofysica
Commits
bea4b094
Commit
bea4b094
authored
Sep 07, 2020
by
Günter Windau
Browse files
Options
Browse Files
Download
Plain Diff
fix lsldert_publient
parents
c025041e
514c29f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
experiment/getip/getip.m
experiment/getip/getip.m
+6
-1
No files found.
experiment/getip/getip.m
View file @
bea4b094
...
@@ -11,4 +11,9 @@ function ip = getip(hostname)
...
@@ -11,4 +11,9 @@ function ip = getip(hostname)
% (http://www.codeguru.com/network/local_hostname.shtml) and
% (http://www.codeguru.com/network/local_hostname.shtml) and
% tcp_udp_ip toolbox by Peter Rydester (Peter.Rydesater@mh.se)
% tcp_udp_ip toolbox by Peter Rydester (Peter.Rydesater@mh.se)
error
(
'You need to compile getip.c to an mex file for your platform. Read header of getip.c'
);
% Gnter Windau: 20200904 added python workaround if mex file is missing
warning
(
'You need to compile getip.c to an mex file for your platform. Read header of getip.c'
);
warning
(
'Trying to use python2/3 workaround'
);
ip
=
gethostbyname
(
hostname
);
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment