diff include/bvp.hpp @ 15:5144dd3c5468

Almost completed adding all Doxygen docstrings.
author Jordi GutiƩrrez Hermoso <jordigh@gmail.com>
date Fri, 08 Aug 2008 00:08:57 -0500 (2008-08-08)
parents 6e06eb6ec448
children 29a7b95c2805
line wrap: on
line diff
--- a/include/bvp.hpp
+++ b/include/bvp.hpp
@@ -34,7 +34,7 @@
     domain(size_t dimension, set<point> intr, 
 	   set<point> bdry, map<point, vector> ns);
 
-    /*!/brief Construct the domain from filenames.
+    /*!\brief Construct the domain from filenames.
      * 
      * Each file containing the desired points as a matrix structure
      * where the number of columns must be the dimensionality of the
@@ -212,6 +212,7 @@
 	const realfunc& f_in, 
 	const realfunc& g_in)      
       : BVP(O, L_in, B_in, f_in, g_in){};
+    //FIXME: figure out how to templatise this.
     linear_BVP2(shared_ptr<const domain> O, 
 	shared_ptr<const linear_diff_op2> L_in, 
 	shared_ptr<const bdry_diff_op> B_in,