You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was originally mentioned in #81 and also in ComputationalRadiationPhysics/graybat#41, but since the issue is actually to be fixed in this project, it should be mentioned here.
The following errors/warnings appear when compiling on Windows:
calc_phi_ase_graybat.cc(168): error C2899: typename cannot be used outside a template declaration
calc_phi_ase_graybat.cc(169): error C2899: typename cannot be used outside a template declaration
calc_phi_ase_graybat.cc(170): error C2899: typename cannot be used outside a template declaration
calc_phi_ase_graybat.cc(171): error C2899: typename cannot be used outside a template declaration
calc_phi_ase_graybat.cc(172): error C2899: typename cannot be used outside a template declaration
The used build environment was VisualStudio Community 2013.
The text was updated successfully, but these errors were encountered:
This was originally mentioned in #81 and also in ComputationalRadiationPhysics/graybat#41, but since the issue is actually to be fixed in this project, it should be mentioned here.
The following errors/warnings appear when compiling on Windows:
The used build environment was VisualStudio Community 2013.
The text was updated successfully, but these errors were encountered: