swh:1:snp:d80eec3f654c152adbdd6e641362bcb340d39fe2
Raw File
Tip revision: 965de49cc0eaba13975fe5d80f9f792709b95ab0 authored by Bob Carpenter on 25 October 2012, 21:27:02 UTC
fixed test to include stream
Tip revision: 965de49
stan.hpp
#ifndef STAN_HPP
#define STAN_HPP

// #include "stan/gm.hpp"
#include "stan/io.hpp"
#include "stan/memory.hpp"
#include "stan/mcmc.hpp"
#include "stan/meta.hpp"
#include "stan/model.hpp"
#include "stan/prob.hpp"
#include "stan/version.hpp"

#endif
back to top