From 9c91bdc2caec7ab6ee16face6eb333be3497d50f Mon Sep 17 00:00:00 2001 From: Alexander Khokhlov Date: Wed, 26 Sep 2018 19:54:26 +0300 Subject: [PATCH] Changed comment style --- BaikalDataGenerator/Source/data_generator.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BaikalDataGenerator/Source/data_generator.h b/BaikalDataGenerator/Source/data_generator.h index 2df410d7..cad74622 100644 --- a/BaikalDataGenerator/Source/data_generator.h +++ b/BaikalDataGenerator/Source/data_generator.h @@ -49,8 +49,7 @@ struct DataGeneratorParams unsigned bounces_num; unsigned device_idx; - // 0 or 1 - unsigned gamma_correction; + unsigned gamma_correction; /* 0 or 1 */ char const* output_dir;