Frederic Tessier

Results 161 comments of Frederic Tessier

Thank you for the update!

Do you mean when using the `egs_dose_scoring` object, or elsewhere?

Does anyone know if this issue has been resolved through "recent" commit dealing with boundary tolerance and CD geometry errors since 2017? For example: #383, #388, fd008c25c2a33ac86fdca2946dabbca8edc86b8a.

Good point, I like the idea! I have no looked into vagrant for a while, thanks for this reminder!!

This is a quick solution, where the encoding is hard-coded in `ctcreate` and `dosxyznrc`. @blakewalters can you clean this up to put the variable definition inside a proper macro so...

Can we try 6bb8618 instead, using `advance='no'` to prevent newlines? This is Fortran 90, is anyone still compiling with `f77` you think?

> Just leave the my other commit in the history, in case anyone ever comes to us wanting a version that works on f77. I will squash this before merging,...

In the end I reverted to using the implicit array over `ii=1,iimax` to avoid `iimax` write calls on each line. In my cursory testing, the implicit array form was significantly...

**Before merging:** fix encoding string length typo in commit message. The encoding is 62 characters, and `0` is reserved for vacuum; so effectively 61 media can be encoded.