Samuel Lazerson

Results 6 issues of Samuel Lazerson

The virtual casing method in SPEC is far from optimal for the problem at hand. We should address this. ## Background links [The integration of the equations of propagation of...

I would like to suggest that instead of using a specific compiler in the Makefile we use the h5pfc (Fortran) and h5pcc (C) compiler wrappers. This negates the need for...

enhancement

When the SIMSOPT code writes a `coils.ext` file (colloquillial called an MGRID files, althought originally defined by the ONSET code) the mirrored coils are not wound in the correct direction...

This fixes an issue in OSX (perhaps others) where --fulltime is not a supported option to the ls function.

bug

This fixes a bug in the error message printed to screen.

bug

In the file `endf.f90` the following lines appear (around line 29): ```fortran character(4)::hol(17) real(kr)::rhol(17) equivalence(hol(1),rhol(1)) ``` This produces an error when compiling ``` F90-S-0310-Cannot EQUIVALENCE non-character and character in the...