[aspect-devel] bug in depth_average on rev 2303
Wolfgang Bangerth
bangerth at math.tamu.edu
Wed Feb 26 06:04:12 PST 2014
Jonathan,
> 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.
Excellent point, thanks for pointing it out! This is now fixed.
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email: bangerth at math.tamu.edu
www: http://www.math.tamu.edu/~bangerth/
More information about the Aspect-devel
mailing list