CalculiX  2.13
A Free Software Three-Dimensional Structural Finite Element Program
cp_corrected.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine cp_corrected (cp, Tg1, Tg2, cp_cor)
 

Function/Subroutine Documentation

◆ cp_corrected()

subroutine cp_corrected ( real*8  cp,
real*8  Tg1,
real*8  Tg2,
real*8  cp_cor 
)
24 !
25  implicit none
26 !
27  real*8 cp,tg1,tg2,cp_cor
28 !
29  tg1=tg1
30  tg2=tg2
31  cp_cor=cp
32 !
33  return
Hosted by OpenAircraft.com, (Michigan UAV, LLC)