NDArray contructor compilation fix [MSVC]

View: New views
2 Messages — Rating Filter:   Alert me  

NDArray contructor compilation fix [MSVC]

by Michael Goffioul-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The following changeset fixes a small compilation problem in NDArray
that omits a constructor when FFTW3 is not present.

http://hg.tw-math.de/octave-graphics-mq/file/be4db8c9228c/dNDArray_ctor_export

Michael.

NDArray contructor compilation fix [MSVC]

by John W. Eaton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 17-Jul-2008, Michael Goffioul wrote:

| The following changeset fixes a small compilation problem in NDArray
| that omits a constructor when FFTW3 is not present.
|
| http://hg.tw-math.de/octave-graphics-mq/file/be4db8c9228c/dNDArray_ctor_export

I applied it.

Thanks,

jwe