From c89115e2c19003beb84375983372092dcfe94fcd Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 18 Jan 2021 10:06:29 -0500 Subject: [PATCH] Updated write profiling docs --- src/cmdstan/write_profiling.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmdstan/write_profiling.hpp b/src/cmdstan/write_profiling.hpp index eeb75752c1..27d8d8c827 100644 --- a/src/cmdstan/write_profiling.hpp +++ b/src/cmdstan/write_profiling.hpp @@ -11,9 +11,9 @@ namespace cmdstan { /** * Writes the data from the map of profiles in a CSV format - * to the supplied writer. + * to the output. * - * @param writer object of a Stan writer class to write to. + * @param output stream to write output to * @param p reference to the map of profiles */ void write_profiling(std::ostream& output, stan::math::profile_map& p) {