#ifndef KFACTOR_H #define KFACTOR_H // Function declaration for calculating the K-factor double calculateKFactor(double neutralAxisLocation, double materialThickness); #endif