kGorze / MDS

Molecular Dynamics Simulation
0 stars 0 forks source link

Change the structure of passing the OUTPUT files. #47

Open kGorze opened 1 month ago

kGorze commented 1 month ago

I'd prefer to avoid object copying and am uncertain about the ostream's referenced type.

I propose investigating parameter passing strategies and potentially implementing a Singleton-like pattern for configuration, inspired by a colleague's project.

kGorze commented 1 month ago

research about L-value and R-value pointers