Peter Hill
Peter Hill
Ah! In that case, definitely the `psi_ind` version!
I think you need the following changes: L172: ```diff NeSource = Options::root()["Ne"]["source"] - .doc("Source of electron density. In SI units of particles/m^3/s"); + .doc("Source of electron density. In SI units...
Oops, sorry, that should've been `.as()`! On Mon, 5 Sep 2022, 10:11 Matthew Khan, ***@***.***> wrote: > I am also having similar compilation issues. I have implemented the fixes >...
Yep, this is the correct fix. The return type of the various factory `T::create` functions has changed to `std::unique_ptr`. Running `bin/bout-v5-factory-upgrader.py` from BOUT++ on SD1D should apply this fix automatically....
[fprettify](https://github.com/pseewald/fprettify) is a decent auto-formatter for Fortran, which can automatically sort out indentation and line-length. It needs a little bit of configuration, otherwise out of the box I think it...
One thing I've done on other projects is have the formatter apply automatically on pushes: then developers don't even need to think about it. This would a style to be...
#31 fixes most indentation, but doesn't fix long lines. I spent some time doing this manually before giving up. There's a lot of very long lines in `dissipation.f90` that themselves...
@alexvboe If you can supply a short test problem that does setup in ~seconds, I'd be happy to turn that into a basic test and do some cleanup myself. The...
Hi Michael, not sure if you've already tracked this down, but I'm happy to help if needed. If you've not used `git bisect`, it's a very powerful tool to narrow...
I have previously made a start converting some of these post-processing scripts to xarray, and to make them a bit more flexible, allowing them to be used from the command...