Skip to content

Commit

Permalink
WIP step 3
Browse files Browse the repository at this point in the history
DateTime
- attention, contarinte d'alignement d'une struct bit fields sur des int
  - les champs de la timezone etant a cheval sur les deux entiers ont du etre decoupes
  - accesseurs specifiques uniquement pour les champs concernes de la timezone
  • Loading branch information
marcboulle committed Nov 24, 2023
1 parent 5185662 commit efd7ce0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Learning/KWData/KWTime.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class Time;
class KWTimeFormat;

#include "Object.h"
#include "KWDateTime.h"
#include "Vector.h"

////////////////////////////////////////////////////////////////////////////////////
Expand Down
3 changes: 3 additions & 0 deletions src/Learning/MODL/MODL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ void SetWindowsDebugDir(const ALString& sDatasetFamily, const ALString& sDataset
#endif
}

//DDD
#include "KWDateTime.h"

int main(int argc, char** argv)
{
MDKhiopsLearningProject learningProject;
Expand Down

0 comments on commit efd7ce0

Please sign in to comment.