chiark
/
gitweb
/
~ianmdlvl
/
nlopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b41b45
)
rm blank line
author
stevenj
<stevenj@alum.mit.edu>
Fri, 4 Jun 2010 22:45:23 +0000
(18:45 -0400)
committer
stevenj
<stevenj@alum.mit.edu>
Fri, 4 Jun 2010 22:45:23 +0000
(18:45 -0400)
darcs-hash:
20100604224523
-c8de0-
7b20e0beee3f3b4b85adc2229d645862a3f945fd
.gz
swig/nlopt-guile.i
patch
|
blob
|
history
diff --git
a/swig/nlopt-guile.i
b/swig/nlopt-guile.i
index 15c6fcffbb1c2253cc81f6fee086413601c1a915..0c705183133dce1ed228c493e2002384519341a1 100644
(file)
--- a/
swig/nlopt-guile.i
+++ b/
swig/nlopt-guile.i
@@
-26,7
+26,6
@@
static double vfunc_guile(const std::vector<double> &x,
}
throw std::invalid_argument("invalid result passed to nlopt");
}
-
%}
%typemap(in)(nlopt::vfunc vf, void *f_data) {