From: treecity Date: Fri, 2 Mar 2012 23:27:33 +0000 (+0000) Subject: [src] test_sol skript Angepasst X-Git-Url: https://git.leopard-lacewing.eu/?a=commitdiff_plain;h=8aaffe1cc66887b8f5965c340ea9278e554b1b5d;p=bacc.git [src] test_sol skript Angepasst git-svn-id: https://drops.fb12.tu-berlin.de/svn/bacc/trunk@96 26120e32-c555-405d-b3e1-1f783fb42516 --- diff --git a/src/mex_build_AU.cpp b/src/mex_build_AU.cpp index ba856cd..11eb404 100644 --- a/src/mex_build_AU.cpp +++ b/src/mex_build_AU.cpp @@ -106,7 +106,7 @@ void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) { double*); //Art der Berechnung bestimmen - cout << " Type:" << type << endl; + cout << " Typ:" << type << endl; switch (type) { default: ctypeP = cParO1; diff --git a/src/test_sol.m b/src/test_sol.m index b9bdfdb..cac2da8 100644 --- a/src/test_sol.m +++ b/src/test_sol.m @@ -10,16 +10,16 @@ mex mex_build_AU.cpp slpRectangle.cpp steps = 11; %LShape adaptiv anisotrop -A_run('exmpl_2DLShape', steps, 0, 1, 0.5, 0.5, 'testAA') +A_run('exmpl_2DLShape', steps, 0, 1, 0.5, 0.5, 'testAA_') %LShape adaptiv isotrop -% A_run('exmpl_2DLShape', steps, 0, 0.5, 0, 0, 'testAI') +% A_run('exmpl_2DLShape', steps, 0, 0.5, 0, 0, 'testAI_') %LShape uniform anisotrop -% A_run('exmpl_2DLShape', steps, 0, 1, 0.5, 0, 'testUA') +% A_run('exmpl_2DLShape', steps, 0, 1, 0.5, 0, 'testUA_') %LShape uniform isotrop -% A_run('exmpl_2DLShape', steps, 0, 1, 0, 0, 'testUI') +% A_run('exmpl_2DLShape', steps, 0, 1, 0, 0, 'testUI_') %Ausgabe: