From d52854bc9e023ddf47bc33e12faf4bf599b68958 Mon Sep 17 00:00:00 2001
From: Ruonan Wang <jason.ruonan.wang@gmail.com>
Date: Wed, 5 Apr 2017 19:56:16 -0400
Subject: [PATCH] Fixed a bug in DataManWriter which uses a wrong engine name

---
 Copyright.txt                                       | 1 +
 examples/hello/datamanWriter/helloDataManWriter.cpp | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Copyright.txt b/Copyright.txt
index f8ad35da7..65c2661a9 100644
--- a/Copyright.txt
+++ b/Copyright.txt
@@ -20,6 +20,7 @@ The following individuals and institutions are among the Contributors:
 * Greg S. Eisenhauer <eisen@cc.gatech.edu> 
 * William F. Goody <godoywf@ornl.gov>
 * Norbert Podhorszki <pnorbert@ornl.gov>
+* Ruonan (Jason) Wang <wangr1@ornl.gov>
 
 See version control history for details of individual contributions.
 
diff --git a/examples/hello/datamanWriter/helloDataManWriter.cpp b/examples/hello/datamanWriter/helloDataManWriter.cpp
index b2276254e..c4d7ac1ad 100644
--- a/examples/hello/datamanWriter/helloDataManWriter.cpp
+++ b/examples/hello/datamanWriter/helloDataManWriter.cpp
@@ -46,7 +46,7 @@ int main(int argc, char *argv[])
         if (!datamanSettings.isUserDefined())
         {
             // if not defined by user, we can change the default settings
-            datamanSettings.SetEngine("DatamanWriter");
+            datamanSettings.SetEngine("DataManWriter");
             datamanSettings.SetParameters("peer-to-peer=yes", "real_time=yes",
                                           "compress=no");
             datamanSettings.AddTransport("Mdtm", "localIP=128.0.0.0.1",
-- 
GitLab