diff inst/import_meshfunction_type.m @ 268:61830a4f9ab9

Improve formatting
author Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
date Thu, 14 Aug 2014 12:26:55 +0200
parents f22588ae37af
children 897e312cb440
line wrap: on
line diff
--- a/inst/import_meshfunction_type.m	Tue Aug 12 15:42:50 2014 +0200
+++ b/inst/import_meshfunction_type.m	Thu Aug 14 12:26:55 2014 +0200
@@ -34,8 +34,8 @@
     label = genvarname (strjoin (strsplit (typename), ""));
 
     if (! check_mf_files (typename))
-      n = length (mfilename ("fullpath")) - length (mfilename());
-      path = strtrunc(mfilename ("fullpath"), n);
+      n = length (mfilename ("fullpath")) - length (mfilename ());
+      path = strtrunc (mfilename ("fullpath"), n);
 
       private = fullfile (path, "include/");
       output = generate_mf_header (typename, label);