fixing typo

This commit is contained in:
Matt Larsen 2016-03-04 10:49:43 -08:00
parent 6d63961311
commit 47452d82bc

@ -385,8 +385,8 @@ VTKM_EXEC_EXPORT
{ {
return __sync_fetch_and_add(address,value); return __sync_fetch_and_add(address,value);
} }
#endif #endif
}
}; };