Browse Subversion Repository
Diff of /BLDConograph_ver1/trunk/src/bravais_type/enumBravaisType.hh
Parent Directory
| Revision Log
| Patch
| 59 |
|
|
| 60 |
if( i == Monoclinic_B ) |
if( i == Monoclinic_B ) |
| 61 |
{ |
{ |
| 62 |
if( axis == A_Axis ) return name[(size_t)i] + "(A)"; |
if( axis == A_Axis ) return name[(size_t)i] + "(B)"; |
| 63 |
else if( axis == B_Axis ) return name[(size_t)i] + "(B)"; |
else if( axis == B_Axis ) return name[(size_t)i] + "(C)"; |
| 64 |
else // if( axis == C_Axis ) |
else // if( axis == C_Axis ) |
| 65 |
return name[(size_t)i] + "(C)"; |
return name[(size_t)i] + "(A)"; |
| 66 |
} |
} |
| 67 |
else return name[(size_t)i]; |
else return name[(size_t)i]; |
| 68 |
} |
} |
|
|
Legend:
| Removed from v.31 |
|
| changed lines |
| |
Added in v.32 |
|
|
|