7 lines
182 B
C
7 lines
182 B
C
|
#ifndef KFACTOR_H
|
||
|
#define KFACTOR_H
|
||
|
|
||
|
// Function declaration for calculating the K-factor
|
||
|
double calculateKFactor(double neutralAxisLocation, double materialThickness);
|
||
|
|
||
|
#endif
|