Author: andrico
Date: Thu May 28 12:06:39 2015
New Revision: 5012
URL: http://svn.gna.org/viewcvs/getfem?rev=5012&view=rev
Log:
consistency of argument types between the declaration and the definition
Modified:
trunk/getfem/src/getfem/getfem_generic_assembly.h
Modified: trunk/getfem/src/getfem/getfem_generic_assembly.h
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/src/getfem/getfem_generic_assembly.h?rev=5012&r1=5011&r2=5012&view=diff
==============================================================================
--- trunk/getfem/src/getfem/getfem_generic_assembly.h (original)
+++ trunk/getfem/src/getfem/getfem_generic_assembly.h Thu May 28 12:06:39 2015
@@ -103,7 +103,7 @@
const std::string expr, const std::string der1="",
const std::string der2="");
void ga_define_function(const std::string name, pscalar_func_onearg f,
- const std::string der1="");
+ const std::string &der1="");
void ga_define_function(const std::string name, pscalar_func_twoargs f2,
const std::string &der1="",
const std::string &der2="");
_______________________________________________
Getfem-commits mailing list
[email protected]
https://mail.gna.org/listinfo/getfem-commits