From af42465438850b02444cb48c1951b6ac57f36b45 Mon Sep 17 00:00:00 2001 From: Marcel Kronfeld Date: Mon, 17 Jan 2011 16:40:16 +0000 Subject: [PATCH] Small addition to the Matlab interface --- .../MatlabInterface/@JEInterface/getIndividualTemplate.m | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 resources/MatlabInterface/@JEInterface/getIndividualTemplate.m diff --git a/resources/MatlabInterface/@JEInterface/getIndividualTemplate.m b/resources/MatlabInterface/@JEInterface/getIndividualTemplate.m new file mode 100644 index 00000000..0a6453a0 --- /dev/null +++ b/resources/MatlabInterface/@JEInterface/getIndividualTemplate.m @@ -0,0 +1,4 @@ +function template = getOptions(int) +% Return the individual template of the current optimizer which can then be configured. + +template = int.mp.getIndividualTemplate;