You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running through the Send from C++ guide, the code snippet under Animating the beads seems to be missing time in its function call to set_time() which causes an error when attempting to build.
Running through the Send from C++ guide, the code snippet under Animating the beads seems to be missing
time
in its function call toset_time()
which causes an error when attempting to build.rec.set_time("stable_time");
->rec.set_time("stable_time", time);
rerun/docs/content/getting-started/data-in/cpp.md
Line 294 in ae4d29c
The text was updated successfully, but these errors were encountered: