From af4318ef7e69408f20d56a6ed0ceb0f6637ec802 Mon Sep 17 00:00:00 2001 From: Sebastian Held Date: Mon, 3 Jan 2011 11:02:37 +0100 Subject: [PATCH] typo --- matlab/AddCurvePort.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/AddCurvePort.m b/matlab/AddCurvePort.m index a663630..763ccf7 100644 --- a/matlab/AddCurvePort.m +++ b/matlab/AddCurvePort.m @@ -1,5 +1,5 @@ function [CSX,port] = AddCurvePort( CSX, portnr, R, start, stop, excitename ) -%[CSX,port] = AddCurvePort( CSX, portnr, materialname, start, stop [, excitename] ) +%[CSX,port] = AddCurvePort( CSX, portnr, R, start, stop [, excitename] ) % % Creates a curve port (1-dimensional). % The mesh must already be initialized.