Skip to content

Commit

Permalink
Increased logs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Dec 24, 2023
1 parent 1c36a24 commit 7242862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/include/cmdstan/command_helper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ inline shared_context_ptr get_var_context(const std::string &file) {
return std::make_shared<stan::io::empty_var_context>();
}
Rcpp::Rcout << "f2" << std::endl;
std::ifstream stream = safe_open(file);
std::fstream stream(file.c_str(), std::fstream::in);
Rcpp::Rcout << "f3" << std::endl;
if (get_suffix(file) == ".json") {
Rcpp::Rcout << "f4" << std::endl;
Expand Down

0 comments on commit 7242862

Please sign in to comment.