From c52653ab2e0b0f7f84750bea18d552502681701e Mon Sep 17 00:00:00 2001 From: Dark Date: Tue, 29 Sep 2020 12:33:54 -0400 Subject: [PATCH] fix file extension of imix and ngcrad3d both of these files were actually written in C --- src/Core/p2/{iMix.cpp => iMix.c} | 0 src/Core/p2/{ngcrad3d.cpp => ngcrad3d.c} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/Core/p2/{iMix.cpp => iMix.c} (100%) rename src/Core/p2/{ngcrad3d.cpp => ngcrad3d.c} (100%) diff --git a/src/Core/p2/iMix.cpp b/src/Core/p2/iMix.c similarity index 100% rename from src/Core/p2/iMix.cpp rename to src/Core/p2/iMix.c diff --git a/src/Core/p2/ngcrad3d.cpp b/src/Core/p2/ngcrad3d.c similarity index 100% rename from src/Core/p2/ngcrad3d.cpp rename to src/Core/p2/ngcrad3d.c