[aspect-devel] bug in depth_average on rev 2303

Jonathan Perry-Houts jperryh2 at uoregon.edu
Tue Feb 25 20:05:05 PST 2014


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I imagine that some compilers can deal with this, but line 112 in
source/postprocess/depth_average.cc reads:

    std::vector<string> variables;

which crashes my compiler. Changing it to

    std::vector<std::string> variables;

seems to fix the problem.

Cheers,
Jonathan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJTDWfpAAoJEGe6xJ1FYRpRj/IH/RlmW773jLd8CtKr6stqxLW7
Og001Ltk8vwYyQLO8bYjYMPtNR8HSXYb8HQBGbLQGBYHKj/BpcVlaO0WQeY0uyJv
qFU4i2rUo7eXLRlwUzSbUeSqliCgdxQJXsVoFJ78vt+w2vwpVfkUm0U2W1Erm47x
BY7RcKnoV9NzgYdF2A6M+UGngBgM1kzgGwfDkbB4PsL1QResqA+MVLqKiwE1iXh8
KWWnkKi06j630aco2KCxjcQR/WoZ+ajYQN5sEpi2HjZqk3KfrP//ADwS5ucaBQXS
BbTMzid1uZSWyP9ddZNx0428XgopGZUxxa6E1yNA8lIdXqFc0EIzt/wZ8qdX2Q4=
=Eig0
-----END PGP SIGNATURE-----


More information about the Aspect-devel mailing list