[ET Trac] [Einstein Toolkit] #1260: list registered variables when exceeding MoL accumulator limit
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Fri Feb 15 15:20:35 CST 2013
#1260: list registered variables when exceeding MoL accumulator limit
------------------------------------+---------------------------------------
Reporter: rhaas | Owner:
Type: enhancement | Status: closed
Priority: minor | Milestone:
Component: EinsteinToolkit thorn | Version:
Resolution: fixed | Keywords: MoL
------------------------------------+---------------------------------------
Comment (by knarf):
Wouldn't you use Util_asnprintf the same way as snprintf? The number of
arguments is not required at compiler time either for that:
{{{
int Util_asnprintf(char **buffer, size_t size, const char *fmt, ...)
}}}
which is so similar to
{{{
int snprintf(char *str, size_t size, const char *format, ...)
}}}
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1260#comment:6>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list