From 3c2e382981a813c08c21353504a9680e052e5314 Mon Sep 17 00:00:00 2001 From: Eeman Majumder <54275491+Eeman1113@users.noreply.github.com> Date: Mon, 25 Apr 2022 21:15:05 +0530 Subject: [PATCH] added comments --- examples/voxel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/voxel.c b/examples/voxel.c index 01ea9bb9898..d8e6759fb8b 100644 --- a/examples/voxel.c +++ b/examples/voxel.c @@ -158,4 +158,5 @@ void run_voxel(int argc, char **argv) /* else if(0==strcmp(argv[2], "valid")) validate_voxel(cfg, weights); */ + /* remenence of test code */ }