changeset 12602:b679174c0450 octave-forge

Added empty subdomain
author rafavzqz
date Wed, 22 Apr 2015 14:41:02 +0000
parents 7ab718c062e1
children 96858d80bb1e
files extra/nurbs/inst/nrbexport.m
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/extra/nurbs/inst/nrbexport.m	Mon Apr 20 07:56:09 2015 +0000
+++ b/extra/nurbs/inst/nrbexport.m	Wed Apr 22 14:41:02 2015 +0000
@@ -43,6 +43,7 @@
   if (numel (nurbs) > 1)
     warning ('Automatically creating the interface information with nrbmultipatch')
     [interfaces, boundaries] = nrbmultipatch (nurbs);
+    subdomains = [];
   else
     interfaces = []; boundaries = []; subdomains = [];
   end