File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ endif ()
2929
3030set (THALLIUM_VERSION_MAJOR 0)
3131set (THALLIUM_VERSION_MINOR 14)
32- set (THALLIUM_VERSION_PATCH 0 )
32+ set (THALLIUM_VERSION_PATCH 1 )
3333set (thallium-vers "${THALLIUM_VERSION_MAJOR} .${THALLIUM_VERSION_MINOR} " )
3434set (THALLIUM_VERSION "${thallium-vers}.${THALLIUM_VERSION_PATCH} " )
3535math (EXPR THALLIUM_VERSION_NUM "${THALLIUM_VERSION_MAJOR} *1000000 + ${THALLIUM_VERSION_MINOR} *1000 + ${THALLIUM_VERSION_PATCH} " )
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ class engine : public margo_instance_ref {
114114 const margo_init_info* args)
115115 {
116116 m_mid = margo_init_ext (addr.c_str (), mode, args);
117- if (m_mid)
117+ if (! m_mid)
118118 MARGO_THROW (margo_init_ext, HG_OTHER_ERROR, " Could not initialize Margo" );
119119 margo_instance_ref_incr (m_mid);
120120 }
You can’t perform that action at this time.
0 commit comments