CyprienBosserelle / xbeach_gpu

Lightweight version of XBeach that uses CUDA C to run on the GPU. The code is used to simulate coastal waves, currents, sediment transport and beach morphology changes during extreme events. Visit:
http://cyprienbosserelle.github.io/xbeach_gpu/
GNU General Public License v3.0
13 stars 1 forks source link

XBG_params.txt file containing DOS linefeeds (CR+LF) yields number parse error #49

Open davidbenncsiro opened 1 year ago

davidbenncsiro commented 1 year ago

The error is as follows:

terminate called after throwing an instance of 'std::invalid_argument'
  what():  stod
Aborted (core dumped)

Encountered this when converting from XB to XBG on Windows.