BoiseState-AdaptLab / GeoAc

Infrasonic ray tracing code
Other
1 stars 1 forks source link

Made `GeoAc_Sources_Struct` local to support multithreading #1

Open rvishnkr opened 4 years ago

rvishnkr commented 4 years ago

This struct was initially implemented in GeoAc.EquationSets.Global.cpp. We changed it from being global so that each thread can have its own copy.

This struct is passed by ref. through functions.

Declaration: Code/GeoAc/GeoAc.EquationSets.h Initialization: Code/GeoAcGlobal_Main.cpp