changeset 6930:e0101783ae1d octave-forge

fix making str2double
author schloegl
date Thu, 25 Mar 2010 09:40:01 +0000
parents eac3c5fb9861
children 44a93d44a770
files extra/NaN/src/make.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extra/NaN/src/make.m	Thu Mar 25 09:28:50 2010 +0000
+++ b/extra/NaN/src/make.m	Thu Mar 25 09:40:01 2010 +0000
@@ -11,12 +11,12 @@
 mex covm_mex.cpp
 mex sumskipnan_mex.cpp
 mex histo_mex.cpp
+mex str2double.cpp
 mex -c svm.cpp
 mex -c svm_model_matlab.c
 mex -c tron.cpp
 mex -c linear.cpp
 mex -c linear_model_matlab.c
-mex -c str2double.cpp
 if strcmp(computer,'PCWIN')
 	mex svmtrain_mex.cpp svm.obj svm_model_matlab.obj
 	mex svmpredict_mex.cpp svm.obj svm_model_matlab.obj