Correcting error in ga/make_op_ga.cpp

This commit is contained in:
Ronaldd Pinho 2019-06-29 21:39:10 -03:00
commit 45655703f4

View file

@ -44,7 +44,7 @@
*/ */
// Templatized code // Templatized code
#include "../make_op.h" #include "make_op.h"
/// The following function merely call the templatized do_* functions above /// The following function merely call the templatized do_* functions above