Skip to content

Commit

Permalink
Merge branch 'master' into enh/docstring_Polymake_jl
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz authored Apr 13, 2020
2 parents 90dc314 + f84f4db commit c68169d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Polymake"
uuid = "d720cf60-89b5-51f5-aff5-213f193123e7"
repo = "https://github.com/oscar-system/Polymake.jl.git"
version = "0.3.2"
version = "0.3.3"

[deps]
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,3 +423,9 @@ POINTS
1 5/4 3/2

```

## Funding

The development of this Julia package is supported by the Deutsche
Forschungsgemeinschaft DFG within the
[Collaborative Research Center TRR 195](https://www.computeralgebra.de/sfb/).
2 changes: 1 addition & 1 deletion deps/src/polymake_functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pm::Integer new_integer_from_bigint(jl_value_t*);
template <typename T>
std::string show_small_object(const T& obj, bool print_typename = true)
{
std::ostringstream buffer;
std::ostringstream buffer("");
auto wrapped_buffer = wrap(buffer);
if (print_typename) {
wrapped_buffer << polymake::legible_typename(typeid(obj)) << pm::endl;
Expand Down

0 comments on commit c68169d

Please sign in to comment.