Skip to content

Commit 43f1d37

Browse files
author
Arthur Glowacki
committed
Added missing new line char
1 parent 1f80fb2 commit 43f1d37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/io/file/aps/aps_fit_params_import.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ DLL_EXPORT bool save_parameters_override(std::string path, Params_Override<T_rea
10861086
{
10871087
if(itr.second->width_multi() != (T_real)1.0)
10881088
{
1089-
out_stream << "WIDTH_MULTIPLIER: " << itr.first<< ","<< itr.second->width_multi();
1089+
out_stream << "WIDTH_MULTIPLIER: " << itr.first<< ","<< itr.second->width_multi()<<"\n";
10901090
}
10911091
for (T_real ratio : itr.second->energy_ratio_multipliers())
10921092
{

0 commit comments

Comments
 (0)