matlab: fix in optimizer example

pull/1/head
Thorsten Liebig 2011-11-07 11:56:48 +01:00
parent 474a727953
commit 6c42b969d4
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ CSX = DefineRectGrid(CSX, unit, mesh);
%% create port
[CSX,port] = AddCurvePort( CSX, 1, 50, p1(:,1), p1(:,end), 'excite' );
[CSX,port] = AddCurvePort( CSX, 10, 1, 50, p1(:,1), p1(:,end), 'excite' );
if nargin > 1
max_timesteps = 100000;