Author: renard
Date: Mon Oct  3 16:28:51 2016
New Revision: 5378

URL: http://svn.gna.org/viewcvs/getfem?rev=5378&view=rev
Log:
sorry reverting

Modified:
    trunk/getfem/src/getfem_generic_assembly.cc

Modified: trunk/getfem/src/getfem_generic_assembly.cc
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/src/getfem_generic_assembly.cc?rev=5378&r1=5377&r2=5378&view=diff
==============================================================================
--- trunk/getfem/src/getfem_generic_assembly.cc (original)
+++ trunk/getfem/src/getfem_generic_assembly.cc Mon Oct  3 16:28:51 2016
@@ -9535,8 +9535,8 @@
         pgai = std::make_shared<ga_instruction_second_ind_tensor>
           (pnode->t, *pctx2, pnode->qdim2, mf2, mfg2);
     }
-    if (pgai) { pgai->exec(); }
-    // if (pgai) rmi.instructions.push_back(std::move(pgai));
+    // if (pgai) { pgai->exec(); }
+    if (pgai) rmi.instructions.push_back(std::move(pgai));
 
 
     // Optimization: detect if an equivalent node has already been compiled


_______________________________________________
Getfem-commits mailing list
[email protected]
https://mail.gna.org/listinfo/getfem-commits

Reply via email to