Re: Compilation error version 3.8 ( No.1 ) |
- Date: 2016/04/19 16:48
- Name: T. Ozaki
- Hi,
Temporally, please replace the 35th line: typedef float Type_Orbs_Grid; /* type of Orbs_Grid */
in tran_prototypes.h by
#ifndef ___Type_Orbs_Grid_definition___ typedef float Type_Orbs_Grid; /* type of Orbs_Grid */ #define ___Type_Orbs_Grid_definition___ #endif
After correcting a couple of reported problems, we will post a patch for those problems.
Regards,
TO
|
Re: Compilation error version 3.8 ( No.2 ) |
- Date: 2016/04/19 18:23
- Name: Mauro Sgroi <maurofrancesco.sgroi@gmail.com>
- Dear Prof. Ozaki,
thanks a lot. I had to do the same modification in openmx_common.h but now the code compiles. Best regards, Mauro Sgroi.
|
|